Skip to content

JPGPJ 1.1

Compare
Choose a tag to compare
@justinludwig justinludwig released this 17 May 20:25
· 12 commits to master since this release
v1.1
  • Stricter visibility for FileMetadata related fields (#34)
  • Added FileMetadata#equals/hashCode implementation (#34)
  • Added shortcut for encrypting bytes data array (#34)
  • Added encryptor/decryptor flag to control non-essential logging (#34)
  • Using java.nio.file.Path(s) instead of java.io.File(s) where applicable (#30)
  • Using absolute path to ensure encrypt/decrypt not onto same file (#29)
  • Promoted visibility of some useful Encryptor methods from protected to public (#29)