Basic of encyption is hashing, I think...

7 years ago
Java
Hash
Jacksum

  1. Download the library from Jacksum. (Latest version as of time of this writing is 1.7.0)
  2. Extract the zip file to a specific folder.
  3. Open the command prompt and navigate to that folder.
  4. Type in java -jar jacksum.jar -a sha -q "txt:password" where password is your password.
  5. It will output the hashed value of the password specified as 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8

Usage example:

C:\jacksum-1.7.0>java -jar jacksum.jar -a sha -q "txt:qwerty123" 
ea3a56c6a1f0272ec675c598699add1d43e4cf12 

More help on Jacksum library website.