Skip to content

Aes 256 encryption/decryption using Key Derivation with salt implementation in Elixir.

Notifications You must be signed in to change notification settings

kyihtooag/Aes256_Crypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aes256Crypter

Aes 256 encryption/decryption using Key Derivation with salt implementation in Elixir.

Installation

If available in Hex, the package can be installed by adding aes256_crypter to your list of dependencies in mix.exs:

def deps do
  [
    {:aes256_crypter, "~> 0.1.0"}
  ]
end

Building

erlang-pbkdf2 which is used in this project uses rebar to manage the build process. To build the project, run:

	rebar compile

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/aes256_crypter.

About

Aes 256 encryption/decryption using Key Derivation with salt implementation in Elixir.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages