cryptosphere/cryptor

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.rubocop.yml
.travis.yml
CHANGES.md
Gemfile
Guardfile
LICENSE.txt
README.md
Rakefile
cryptor.gemspec
cryptosaur.png
tasks/rspec.rake
tasks/rubocop.rake
lib/cryptor.rb11
lib/cryptor/encoding.rb14
lib/cryptor/encrypted_attribute.rb14
lib/cryptor/symmetric_encryption.rb59
A
25 mins
lib/cryptor/symmetric_encryption/cipher.rb27
lib/cryptor/symmetric_encryption/ciphers/aes128cbchmacsha256128.rb19
lib/cryptor/symmetric_encryption/ciphers/aescbchmacsha2.rb31
lib/cryptor/symmetric_encryption/ciphers/xsalsa20poly1305.rb23
lib/cryptor/symmetric_encryption/keyring.rb19
lib/cryptor/symmetric_encryption/secret_key.rb48
lib/cryptor/symmetric_encryption/support/message_encryptor.rb47
lib/cryptor/symmetric_encryption/support/message_verifier.rb38
lib/cryptor/version.rb3