Class Cryptor

java.lang.Object
page.codeberg.friedolyn.crypto.Cryptor

public class Cryptor extends Object
Provides methods for symmetric encryption using the AES algorithm in GCM mode and for deriving encryption keys from human-readable passwords using the Argon2 key derivation function.
See Also: