cloak
▼
Project version
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v1.0.0-alpha.0
v0.9.2
v0.9.1
v0.9.0
v0.8.0
v0.7.0
v0.7.0-alpha.2
v0.7.0-alpha.1
v0.6.2
v0.6.1
v0.6.0
v0.5.0
v0.4.0
v0.3.3
v0.3.2
v0.3.1
v0.2.2
v0.2.1
v0.2.0
v0.1.0
v0.1.0-pre
GUIDES
Modules
API Reference
Modules
Changelog
v1.1.4 (2024-04-06)
v1.1.3 (2024-04-06)
v1.1.2 (2022-06-17)
v1.1.1 (2021-06-05)
v1.1.0 (2021-06-05)
v1.0.3 (2020-10-20)
v1.0.2 (2020-02-01)
v1.0.1 (2020-01-29)
v1.0.0 (2019-07-31)
v1.0.0-alpha.0 (2018-12-31)
v0.9.2 (2018-12-26)
v0.9.1 (2018-10-07)
v0.9.0 (2018-09-29)
v0.8.0 (2018-09-22)
v0.7.0 (2018-08-23)
v0.7.0-alpha.2 (2018-04-25)
v0.7.0-alpha.1 (2018-03-21)
v0.6.2 (2018-03-19)
v0.6.1 (2018-02-25)
v0.6.0 (2018-02-24)
v0.5.0 (2018-01-06)
v0.4.0 (2018-01-02)
v0.3.3 (2017-09-08)
v0.3.2 (2017-08-05)
v0.3.0 (2016-09-16)
v0.2.3 (2016-09-16)
v0.2.2 (2016-05-20)
v0.2.1 (2016-04-06)
v0.2.0 (2015-12-16)
v0.1.0 (2015-09-22)
v0.1.0-pre (2015-09-16)
License
Overview
Documentation
Examples
Features
Security Notes
Copyright and License
Cheatsheets
Cheatsheet
Setup
Configure
Usage
Usage with Ecto
How To
Install Cloak
Usage
Usage with Ecto
Generate Encryption Keys
Upgrading
0.9.x to 1.0.x
0.8.x to 0.9.x
Update Your Dependency
0.7.x to 0.8.x
Update Your Dependency
0.6.x to 0.7.x
Install Cloak 0.7
Create a Vault
Create Project-Specific Ecto Types
Migrate Existing Data
Remove :retired Cipher
Cloak
Behaviours
Cloak.Cipher
Sections
Example
Summary
Types
ciphertext/0
opts/0
plaintext/0
Callbacks
can_decrypt?/2
decrypt/2
encrypt/2
Cloak.Vault
Sections
Create Your Vault
Configuration
Supervision
Usage
Summary
Types
ciphertext/0
label/0
plaintext/0
Callbacks
decrypt/1
decrypt!/1
encrypt/1
encrypt/2
encrypt!/1
encrypt!/2
json_library/0
Ciphers
Cloak.Ciphers.AES.CTR
Summary
Functions
can_decrypt?/2
decrypt/2
encrypt/2
Cloak.Ciphers.AES.GCM
Summary
Functions
can_decrypt?/2
decrypt/2
encrypt/2
Deprecated Ciphers
Cloak.Ciphers.Deprecated.AES.CTR
Sections
Rationale
Cloak.Ciphers.Deprecated.AES.GCM
Sections
Rationale
Exceptions
Cloak.InvalidConfig
Cloak.MissingCipher
Cloak.VaultNotStarted
Search documentation of cloak
Settings
View Source
Cloak.MissingCipher
exception
(cloak v1.1.4)
Indicates that no cipher was found to encrypt/decrypt a given text.
×