We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
document KeyForDecryption etc convenience classes
Allow passphrases to be supplied as char arrays and to be zeroed after use; for #19 * Updated `Keyrings.md` to document how to set passphrases on keys via `char[]` instead of `String` objects; and how to use `clearSecrets()` to zero-out `char[]` passphrases and other cached key secrets. * Updated `DecryptingFiles.md` to document how to supply a passphrase for decrypting symmetric encryption as a `char[]`, and how to zero-out the passphrase when done. * Updated `EncryptingFiles.md` to document how to supply a passphrase for symmetric encryption as a `char[]`, and how to zero-out the passphrase when done.
document support for camellia cipher
fix header formatting and also a couple links with custom text plus add link to javadocs
initial wiki documentation