Registry / crypto / encrypted-strings

encrypted-strings

JSON →
library0.3.3rbrubygemsunverified

Provides dead-simple string encryption and decryption syntax.

gem install encrypted_strings
INSTALL
IMPORT
SIG · ENCRYPTED-STRINGS
E
encrypted-strings
cryptorubyv0.3.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EncryptedStrings
✓ require 'encrypted_strings'

Encrypt and decrypt a string using a symmetric password.

require 'encrypted_strings' encrypted = 'Hello'.encrypt(:symmetric, password: 'secret') puts encrypted.decrypt(:symmetric, password: 'secret')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Resources
encrypted-strings — gem install encrypted-strings · libregistry