Registry / crypto / fast-aes

fast-aes

JSON →
library0.1.2rbrubygemsunverified

Simple but LOW security AES gem - OBSOLETE.

gem install fast-aes
INSTALL
IMPORT
SIG · FAST-AES
F
fast-aes
cryptorubyv0.1.2
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.

FastAES
✓ require 'fast-aes'

Encrypts data using AES (low security, obsolete).

require 'fast-aes' cipher = FastAES.new('key') encrypted = cipher.encrypt('secret data') puts encrypted
Debug
Known issues
breakingThis gem is marked as OBSOLETE and provides low security; do not use for production.
fix
Use a more secure encryption library like OpenSSL or RbNaCl.
affects: >= 0.0.0
Upgrade
Version history
0.1.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
fast-aes — gem install fast-aes · libregistry