New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cryptly

Package Overview
Dependencies
Maintainers
0
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cryptly

Fullstack encryption library.

  • 6.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.1K
decreased by-9.15%
Maintainers
0
Weekly downloads
 
Created
Source

Cryptly

Cryptly is a library for encryption functionality that works both in browsers as well as in Node.JS. When using Node.JS a binary dependency based on OpenSSL is required.

API

Algorithm

Algorithm implements different encryption and decryption algorithms. Currently the following are supported:

  • AES CBC-mode 256 bit key

Base64

Support both encoding and decoding of Uint8Arrays to and from base64 encoded strings. Both standardencoding as well as url encoding is supported.

TextEncoder & TextDecoder

TextEncoder and TextDecoder perform encoding and decoding of UTF-8 encoded Uint8Array data into strings.

FAQs

Package last updated on 06 Jan 2025

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc