Registry / crypto / jwe
library1.1.1rbrubygemsunverified

A Ruby implementation of the RFC 7516 JSON Web Encryption (JWE) standard for encrypting JSON Web Tokens.

gem install jwe
INSTALL
IMPORT
SIG · JWE
J
jwe
cryptorubyv1.1.1
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.

JWE
require 'jwe'

Encrypt and decrypt a message using JWE with a password.

require 'jwe' encrypted = JWE.encrypt('hello', 'password') puts JWE.decrypt(encrypted, 'password')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
Resources
jwe — gem install jwe · libregistry