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] |
No. The pre-3.x version file formats were not designed for reliability. Version 3.0 onwards we support backward compatibility (that is, any version above 3.x will support backward compatibility till version 3.0).
| [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] |