Skip to content

History / EncryptingFiles

Revisions

  • document KeyForDecryption etc convenience classes

    @justinludwig justinludwig committed Sep 19, 2019
  • 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.

    @justinludwig justinludwig committed Sep 24, 2018
  • document support for camellia cipher

    @justinludwig justinludwig committed Apr 12, 2018
  • fix header formatting and also a couple links with custom text plus add link to javadocs

    @justinludwig justinludwig committed Jul 4, 2016
  • initial wiki documentation

    @justinludwig justinludwig committed Jul 4, 2016