Search
util
v1.1.5
Pages
Modules
Settings
View Source
cipher
(util v1.1.5)
Link to this section
Summary
Functions
decrypt(Encrypted, Key)
decrypt_base64(EncryptedBase64, KeyBase64)
encrypt(Text, KeyPlainText)
encrypt_base64(Text, KeyBase64)
gpg_key_decode(File)
Decode PGP public key
make_key(PlainKey)
make_key_base64(PlainKey)
Link to this section
Functions
Link to this function
decrypt(Encrypted, Key)
View Source
Link to this function
decrypt_base64(EncryptedBase64, KeyBase64)
View Source
Link to this function
encrypt(Text, KeyPlainText)
View Source
Link to this function
encrypt_base64(Text, KeyBase64)
View Source
Link to this function
gpg_key_decode(File)
View Source
-spec
gpg_key_decode(string() | binary()) -> [
public_key:pem_entry
()].
Decode PGP public key
Link to this function
make_key(PlainKey)
View Source
Link to this function
make_key_base64(PlainKey)
View Source