Skip to content

kbsriram/thormor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Thormor#

This repository contains a standalone java library to make it easier to create and manage Thormor vaults. It also contains an example implementation that stores vaults on Google Sites, and a simple command line shell to access vaults.

Using the library##

Just add thormor.jar to your project. The jar file already contains the BouncyCastle PGP implementation as as well as a JSON library. These packages have also been internally renamed to avoid version collisions; so you should be able to use the library jar anywhere.

Please look at the library documentation as well as the javadoc files in the repository for tips on using the library.

Running the demo shell##

This is a very simple command line shell to manage thormor vaults. Please keep in mind that the shell is primarily intended as a tool for development rather than for actual use. It uses Google sites to host your vault, so you'll need to have an account on Google to use it.

Run it as

$ java -jar bin/thormor-cli.jar

and follow the instructions. You can pass in options to change where local files are saved. Please run java -jar thormor-cli.jar --help for details.

Type help in the shell to list the available commands. The Introduction to Thormor page also has a screencast that shows what you can do with the shell.

License

All code in this repository is released under the Simplified BSD License.

It also uses the BouncyCastle Cryptography APIs. The source code for the BouncyCastle libraries can be obtained from http://www.bouncycastle.org/download/bcpg-jdk15on-147.tar.gz and http://www.bouncycastle.org/download/bcprov-jdk15on-147.tar.gz

The BouncyCastle library is made available under the following license.


Copyright (c) 2000 - 2011 The Legion Of The Bouncy Castle (http://www.bouncycastle.org)

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

It also uses the JSON-Java library, which is made available under the following license.


Copyright (c) 2002 JSON.org

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

The Software shall be used for Good, not Evil.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Both these packages have been internally renamed in order to avoid namespace collisions.

Crypto Notice

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published