ImmediateCrypt is a free, open-source, Java-based application that allows you to encrypt and decrypt plain text messages.
ImmediateCrypt uses the following cryptographic standards and techniques:
· AES-256 cipher
· CBC block chaining
· PKCS#5 PBE
· PKCS#5 padding
ImmediateCrypt is a cross-platform utility capable of running on any operating system that comes with Java support (e.g. Mac OS X, Windows, Linux).
Requirements:
· Java 6 or later
What's New in This Release: [ read full changelog ]
· Maximum password length is now fixed to 64
· Password is no longer trimmed
· More robust handling of malformed inputs
· Minor GUI changes