Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

V5.0.0: Interface with byte and character arrays

Compare
Choose a tag to compare
@xformerfhs xformerfhs released this 30 Mar 13:25
· 60 commits to master since this release

In this release a switch was made from only encrypting and decrypting strings to handling byte and character arrays. This makes it possible to use byte and character arrays where the secrets can be safely deleted after use. Strings are immutable, so they stays in memory until the garbage collector clears them. With byte and character arrays the developer can control the deletion of secret data.