awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
MauriceButler avatar

MauriceButler/cryptr

0
View on GitHub↗
272 stars·48 forks·JavaScript·MIT·8 views

Cryptr

cryptr is a simple aes-256-gcm encrypt and decrypt module for node.js

Features

  • Cryptography and Security - Basic encryption and decryption module.

Star history

Star history chart for mauricebutler/cryptrStar history chart for mauricebutler/cryptr

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Cryptr

These projects share indexed features with Cryptr. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • anoskov/rsa-exanoskov avatar

    anoskov/rsa-ex

    38View on GitHub↗

    Library for working with RSA keys using Elixir and OpenSSL ports

    Elixir
    View on GitHub↗38
  • bevacqua/hash-sumbevacqua avatar

    bevacqua/hash-sum

    312View on GitHub↗

    `shell npm i hash-sum -S `

    JavaScript
    View on GitHub↗312
  • bitwiseshiftleft/sjclbitwiseshiftleft avatar

    bitwiseshiftleft/sjcl

    7,208View on GitHub↗

    sjcl is a JavaScript cryptography library providing a collection of primitives for encryption, hashing, and encoding within a web browser. It functions as an AES symmetric encryption tool, a cryptographic hashing library, and a Base32 data encoder. The project provides implementations for the Advanced Encryption Standard to secure data through symmetric key encryption and decryption. It also enables the generation of fixed-length data fingerprints to verify information integrity and authenticity. The library covers a broader range of security capabilities, including client-side data hashing,

    JavaScript
    View on GitHub↗7,208
  • alexgorbatchev/crcalexgorbatchev avatar

    alexgorbatchev/crc

    369View on GitHub↗

    Functions for calculating Cyclic Redundancy Checks (CRC) values for the Node.js and front-end.

    Python
    View on GitHub↗369
Compare all 30 related projects→

Frequently asked questions

What does mauricebutler/cryptr do?

cryptr is a simple aes-256-gcm encrypt and decrypt module for node.js

What are the main features of mauricebutler/cryptr?

The main features of mauricebutler/cryptr are: Cryptography and Security.

Which projects share features with mauricebutler/cryptr?

Projects with overlapping indexed features include: anoskov/rsa-ex — Library for working with RSA keys using Elixir and OpenSSL ports. bevacqua/hash-sum — ``shell npm i hash-sum -S ``. bitwiseshiftleft/sjcl — sjcl is a JavaScript cryptography library providing a collection of primitives for encryption, hashing, and encoding… brix/crypto-js — crypto-js is a JavaScript cryptography library providing a collection of standard cryptographic algorithms and data… crypto-browserify/pbkdf2 — This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned… alexgorbatchev/crc — Functions for calculating Cyclic Redundancy Checks (CRC) values for the Node.js and front-end.