{"id":83598,"library":"aescrypt","title":"AESCrypt","description":"Simple AES encryption / decryption for Ruby","status":"active","version":"1.0.0","language":"ruby","source_language":null,"source_url":"https://github.com/Gurpartap/aescrypt","tags":["aes","encryption","decryption","crypto","security"],"install":[{"cmd":"gem install aescrypt","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'aescrypt', '~> 1.0.0'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"AESCrypt","correct":"require 'aescrypt'"}],"quickstart":{"code":"require 'aescrypt'\nencrypted = AESCrypt.encrypt('secret data', 'password')\ndecrypted = AESCrypt.decrypt(encrypted, 'password')\nputs decrypted","lang":"ruby","description":"Encrypt and decrypt a string using AES."},"warnings":[{"fix":"Consider using an authenticated encryption mode like AES-GCM or a higher-level library like RbNaCl.","message":"Uses AES-256-CBC by default, which is not authenticated; vulnerable to padding oracle attacks.","severity":"gotcha","affected_versions":">= 1.0.0"}],"env_vars":null,"search_vec":"'ae':3,8 'aescrypt':1 'crypto':11 'decrypt':5,10 'encrypt':4,9 'rubi':7 'secur':12 'simpl':2","created_at":"2026-06-19T05:48:51.660842+00:00","updated_at":"2026-06-19T05:48:51.660842+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://github.com/Gurpartap/aescrypt","github":"https://github.com/Gurpartap/aescrypt","docs":"http://www.rubydoc.info/gems/aescrypt/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}