EctoCrypto.Utility.Aes (EctoCrypto v0.2.2) View Source

Utility module for encrypting and decrypting with AES-256 GCM.

Link to this section Summary

Functions

Decrypts ciphertext encrypted with AES-256 GCM into plaintext.

Encrypts plaintext to ciphertext using AES-256 GCM.

Generates a key suitable for encrypting/decrypting with AES-256 GCM.

Link to this section Functions

Decrypts ciphertext encrypted with AES-256 GCM into plaintext.

Uses they key stored in application configuration.

Encrypts plaintext to ciphertext using AES-256 GCM.

Uses the key stored in application configuration.

Generates a key suitable for encrypting/decrypting with AES-256 GCM.