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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
travist avatar

travist/jsencrypt

0
View on GitHub↗
6,799 stars·2,003 forks·JavaScript·7 viewstravistidwell.com/jsencrypt↗

Jsencrypt

jsencrypt is a JavaScript library for performing RSA encryption, decryption, and key generation. It functions as an asymmetric key generator and digital signature provider that executes all cryptographic processing directly in the browser.

The library focuses on the use of the PEM standard for importing, exporting, and managing cryptographic keys. It provides the ability to create public and private RSA key pairs of various bit sizes and supports OpenSSL compatible formats.

Its capabilities cover the transformation of plaintext into ciphertext and the recovery of original messages using corresponding keys. It also enables the creation and validation of digital signatures to ensure data integrity and authenticity.

Features

  • Asymmetric Encryption Libraries - Provides a complete JavaScript implementation of RSA encryption and decryption for secure browser-side data processing.
  • Asymmetric Encryption - Implements asymmetric encryption using RSA public and private key pairs.
  • Security and Encryption - Provides a full suite of RSA encryption and decryption capabilities for securing application data.
  • Client-Side Cryptographic Utilities - Executes all cryptographic processing directly in the browser to ensure sensitive data never leaves the client in plaintext.
  • Client-Side Encryption - Allows web applications to encrypt sensitive data in the browser using RSA public keys.
  • Decryption Utilities - Provides utilities to decrypt encrypted text back into readable plaintext using a private key.
  • Cryptographic Key Generation - Provides utilities for producing cryptographically strong RSA public and private key pairs.
  • Key Generation Tools - Generates new RSA public and private key pairs of various bit sizes.
  • Digital Signature Generators - Enables the creation of digital signatures using a private key and hash function.
  • Digital Signature Libraries - Provides a library for generating and verifying RSA cryptographic signatures.
  • Digital Signature Validators - Provides the ability to validate digital signatures against original data using a public key.
  • Message Decryption - Converts RSA ciphertext back into plaintext using the corresponding private key.
  • Asymmetric Signature Management - Manages the generation and import of RSA keys specifically for digital signing and verification.
  • Public Key Infrastructure - Facilitates a public key infrastructure within the browser to protect data exchange without exposing private keys.
  • RSA Cryptanalysis - Transforms plaintext into RSA ciphertext using a public key for secure transmission.
  • PEM Formatting - Supports parsing and decoding of cryptographic keys stored in the Privacy-Enhanced Mail (PEM) format.
  • JavaScript Cryptography - RSA encryption, decryption, and key generation for browsers.
  • Cryptography and Security - RSA encryption and decryption library.

Star history

Star history chart for travist/jsencryptStar history chart for travist/jsencrypt

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

Open-source alternatives to Jsencrypt

Similar open-source projects, ranked by how many features they share with Jsencrypt.
  • google/end-to-endgoogle avatar

    google/end-to-end

    4,123View on GitHub↗

    This project is an OpenPGP cryptography library designed for encrypting, decrypting, and signing messages according to the OpenPGP standard for secure communication. It functions as an asymmetric encryption toolkit for securing data and managing digital identities through cryptographic operations. The library provides a cryptographic key manager to create and handle the public and private key pairs required for identity operations. It includes a digital signature implementation to ensure message authenticity and data integrity. The system covers a broad range of capabilities, including asymm

    JavaScriptcryptographyjavascriptopenpgp
    View on GitHub↗4,123
  • keys-pub/keyskeys-pub avatar

    keys-pub/keys

    914View on GitHub↗

    Keys is a library and command-line utility designed for the generation, storage, and lifecycle management of cryptographic keys. It provides tools to create asymmetric key pairs, perform digital signature verification, and implement authenticated encryption to ensure the confidentiality and integrity of sensitive data. The project distinguishes itself by offering a secure storage abstraction that decouples application logic from underlying key storage mechanisms. By utilizing standardized cryptographic protocols, it enables consistent identity verification and data protection across diverse c

    Gocryptographydecrypted25519
    View on GitHub↗914
  • guanzhi/gmsslguanzhi avatar

    guanzhi/GmSSL

    6,075View on GitHub↗

    GmSSL is an open-source cryptographic library that implements the Chinese national cryptographic standards SM2, SM3, SM4, SM9, and ZUC as a unified algorithm suite. It provides a comprehensive set of cryptographic primitives including symmetric and asymmetric encryption, digital signatures, hashing, and key exchange, all built around these national standards for government and enterprise security applications. The library distinguishes itself through several integration capabilities. It includes an OpenSSL compatibility layer that maps GmSSL functions to OpenSSL API calls, enabling drop-in re

    Ccryptoencryptionpairing
    View on GitHub↗6,075
  • iancoleman/bip39iancoleman avatar

    iancoleman/bip39

    4,112View on GitHub↗

    This project is a mnemonic seed generator and deterministic wallet deriver. It converts mnemonic phrases into binary seeds and derives cryptocurrency wallet addresses and private keys. The tool is implemented as a browser-based cryptographic utility designed for offline execution. This ensures that all key generation and seed computation occur locally on the machine to prevent private keys from leaving the local environment. The system covers mnemonic phrase generation from entropy, seed computation using password-based derivation, and the derivation of public addresses for multiple cryptocu

    JavaScript
    View on GitHub↗4,112
See all 30 alternatives to Jsencrypt→

Frequently asked questions

What does travist/jsencrypt do?

jsencrypt is a JavaScript library for performing RSA encryption, decryption, and key generation. It functions as an asymmetric key generator and digital signature provider that executes all cryptographic processing directly in the browser.

What are the main features of travist/jsencrypt?

The main features of travist/jsencrypt are: Asymmetric Encryption Libraries, Asymmetric Encryption, Security and Encryption, Client-Side Cryptographic Utilities, Client-Side Encryption, Decryption Utilities, Cryptographic Key Generation, Key Generation Tools.

What are some open-source alternatives to travist/jsencrypt?

Open-source alternatives to travist/jsencrypt include: google/end-to-end — This project is an OpenPGP cryptography library designed for encrypting, decrypting, and signing messages according to… keys-pub/keys — Keys is a library and command-line utility designed for the generation, storage, and lifecycle management of… guanzhi/gmssl — GmSSL is an open-source cryptographic library that implements the Chinese national cryptographic standards SM2, SM3,… quipnetwork/hashsigs-py — hashsigs-py is a hash-based signature library for Python used to generate and verify one-time digital signatures. It… iancoleman/bip39 — This project is a mnemonic seed generator and deterministic wallet deriver. It converts mnemonic phrases into binary… quipnetwork/hashsigs-rs — hashsigs-rs is a Rust cryptography library providing a hash-based signature scheme and a library for generating and…