Skip to content

Simple asymmetric encryptor layer for Moneta

License

Notifications You must be signed in to change notification settings

aoleynikov/moneta-encryptor

 
 

Repository files navigation

Moneta::Encryptor

The gem provides a simple symmetric encryption layer to the Moneta chain.

Installation

Add this line to your application's Gemfile:

gem 'moneta-encryptor'

And then execute:

$ bundle

Or install it yourself as:

$ gem install moneta-encryptor

Usage

  require 'moneta/encryptor'

  Moneta.build do
    use :Encryptor, encryption_key: 'SECRET' * 6
    adapter :Memory
  end

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/anakinj/moneta-encryptor.

About

Simple asymmetric encryptor layer for Moneta

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%