I wanted a program which I could use to encrypt my secret files in one platform (say, Windows), and decrypt in another (say, Linux). I was not able to find any such tool.
| [top] |
The encryption algorithm and the file-format used by every version of WizCrypt is the same. In addition, every version of WizCrypt is tested for decrypting the oldest-released-version-encrypted-file. This is one of our design-decisions: WizCrypt will always be able to decrypt earlier-version-encrypted-files.
| [top] |
Java as of version 5 does not support password masking in console. Version 2.x of application supports interactive input of password (this runs in Java 6).
| [top] |
Two reasons: 1. For scripting support 2. Backward compatibility
| [top] |
You need to have Maven 2.x (http://maven.apache.org/).
| [top] |