
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
@worldcerts/wo-encryption
Advanced tools
Shared library for managing oa encrypted file transfers
This library is used for encrypting OpenCerts files in transit
Default options from responses here https://crypto.stackexchange.com/questions/26783/ciphertext-and-tag-size-and-iv-transmission-with-aes-in-gcm-mode/26787
Generates a random key represented as a hexadecimal string
keyLengthInBits
number Key length (optional, default ENCRYPTION_PARAMETERS.keyLength
)document
stringencoded
stringEncrypts a given string with symmetric AES
Returns IEncryptionResults cipherText cipher text in base64
Returns any iv iv in base64
Returns any tag authenticated encryption tag in base64
Returns any key encryption key in hexadecimal
Returns any type The encryption algorithm identifier
Decrypts a given ciphertext along with its associated variables
$0
IEncryptionResults
$0.cipherText
$0.tag
$0.iv
$0.key
$0.type
cipherText
string cipher text base64 encodedtag
string aes authentication tag base64 encodediv
string iv base64 encodedkey
string decryption key hexademical encodedtype
string encryption algorithm identifierReturns string
FAQs
Shared library for managing oa encrypted file transfers
The npm package @worldcerts/wo-encryption receives a total of 0 weekly downloads. As such, @worldcerts/wo-encryption popularity was classified as not popular.
We found that @worldcerts/wo-encryption demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.