JavaScript Encryption

Open-source JavaScript projects categorized as Encryption

Top 23 JavaScript Encryption Projects

  • CyberChef

    The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis

  • Project mention: PicoCTF 2024: packer | dev.to | 2024-04-05

    Then we take the encrypted text and use CyberChef to decrypt it.

  • gun

    An open source cybersecurity protocol for syncing decentralized graph data.

  • Project mention: gun: NEW Data - star count:17470.0 | /r/algoprojects | 2023-10-28
  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • whatsapp-web-reveng

    Reverse engineering WhatsApp Web.

  • send

    :mailbox_with_mail: Simple, private file sharing. Mirror of https://gitlab.com/timvisee/send (by timvisee)

  • Project mention: How to copy a file between devices? | news.ycombinator.com | 2024-02-14

    There is also Send.Vis.ee, which is a community fork of Firefox Send. It has always worked very well for me personally. There are many public instances available with varying sizes and expiring conditions.

    - Website: https://send.vis.ee/

    - Source: https://github.com/timvisee/send

    - List of instances at: https://github.com/timvisee/send-instances

  • hat.sh

    Encrypt and Decrypt files securely in your browser.

  • node-argon2

    Node.js bindings for Argon2 hashing algorithm

  • Project mention: A Step-by-Step Guide to Implement JWT Authentication in NestJS using Passport | dev.to | 2024-01-23

    ❓ Why is hashing and salting passwords mandatory? A salt is simply a random data used as an additional input to the hashing function to safeguard your password. The random string from the salt makes the hash unpredictable. A password hash involves converting the password into an alphanumeric string using specialized algorithms. Hashing and salting are irreversible and ensure that even if someone gains access to the hashed passwords, they will not be able to decrypt them to recover the original passwords. Hystorically bcrypt is recognized as the best hashing algorithm. However, in terms of robustness against all the new cryptographic attacks targeting hashing algorithms, the current clear winner is argon2. However, since the “youth" (2015) of this algorithm, I chose to use bcrypt

  • 0bin

    Client side encrypted pastebin

  • Project mention: 0bin.net back after CP abuse took it down a year | news.ycombinator.com | 2024-03-11
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Cowyo

    A feature-rich wiki webserver for minimalists :cow: :speech_balloon:

  • Darkwire.io

    End-to-end encrypted instant web chat

  • eth-crypto

    Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity

  • PictShare

    :camera: PictShare is an open source image, mp4, pastebin hosting service with a simple resizing and upload API that you can host yourself. :rice_scene:

  • Project mention: AI beats human sleuth at finding problematic images in research papers | news.ycombinator.com | 2023-10-04

    I guess they had a system that required humans to confirm the validity or so.

    I had a similar problem when I realized someone put up CSAM (Children sexual abuse material) on my public demo of my CDN called PictShare [1].

    I didn't want to look through all of these images so I built a Raspberry Pi with a Neural compute stick [2] that used an AI model trained by yahoo to filter out "nudity" images and I put them in an encrypted ZIP file along with the access logs and sent them to Interpol.

    This lead to the arrest of a teacher here in Austria so I'm glad I could do my part.

    This even lead to a BBC article about my system [3]

    [1] https://github.com/HaschekSolutions/pictshare

    [2] https://blog.haschek.at/2018/fight-child-pornography-with-ra...

    [3] https://www.bbc.com/news/technology-44525358

  • Hemmelig.app

    Keep your sensitive information out of chat logs, emails, and more with encrypted secrets.

  • Project mention: Web-app solution to store messages behind a password? | /r/selfhosted | 2023-07-10

    You might want a pastebin service. I currently host Hemmelig and MicroBin. Hemmelig has built-in encryption so you can easily share sentitive text on the server. But I find MicroBin more appealing to my needs(it can also act as a URL Redirector) but lacking password protection. Since you're not exposing the service to the open net, I think that animal-name URLs can act as simple key phrase and is easier for personal usage.

  • secure-ls

    :lock: Secure localStorage data with high level of encryption and data compression

  • SSHy

    HTML5 SSH Web Client

  • MagLit

    🔥 MagLit - Privacy Respecting Encrypted Link Shortener with Password Protection and Torrent Magnet Links support

  • Project mention: Show HN: Writedown.app – FOSS Markdown Diary | news.ycombinator.com | 2023-06-24

    On the privacy front, we're never going to compromise the user data, never going to sell it, never going to share it with anybody else. We'll be making writedown self-hostable as well.

    On the security front, we're using firebase firestore as the database. So at rest, it's well encrypted.

    We're thinking of introducing some sort of encryption via passwords (kinda how I already am doing it on https://maglit.me). E2EE would be quite difficult and would affect the usability.

  • youperiod.app

    YouPeriod.app -- the privacy-first period tracking app

  • web-client

    Cryptee's web client source code for all platforms.

  • Project mention: Svelte Native: The Svelte Mobile Development Experience | news.ycombinator.com | 2024-01-29

    > The only major hurdle to this is Apple continuing to treat web apps as second class citizens on iOS

    If you add a site to iOS' homescreen it automatically becomes a PWA. The best example I found of a site fully leveraging this feature is Cryptee[0]. They talk about the PWA thing here: https://crypt.ee/download

    [0] https://crypt.ee/

  • deadbolt

    Dead-simple file encryption for any OS

  • diceware

    A tool for generating strong Diceware passwords, with entropy and crack time estimates. (by grempe)

  • FileDrop

    Grade: 89%. COMP3006 coursework. An encrypted file sharing application that leverages web sockets to allow users to send and receive files. (by Xtrendence)

  • twilio-sample-backend-nodejs

    A sample backend that demonstrates how to generate a Virgil JWT and Twilio token used for authentication with the Virgil and Twilio services

  • jwt-webtool

    Source code repo for the online JWT webtool.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Encryption related posts

Index

What are some of the best open-source Encryption projects in JavaScript? This list will help you:

Project Stars
1 CyberChef 25,384
2 gun 17,784
3 whatsapp-web-reveng 6,004
4 send 4,008
5 hat.sh 2,030
6 node-argon2 1,792
7 0bin 1,351
8 Cowyo 921
9 Darkwire.io 869
10 eth-crypto 859
11 link-lock 819
12 PictShare 802
13 Hemmelig.app 634
14 secure-ls 634
15 SSHy 522
16 MagLit 505
17 youperiod.app 444
18 web-client 434
19 deadbolt 323
20 diceware 225
21 FileDrop 136
22 twilio-sample-backend-nodejs 127
23 jwt-webtool 111

Sponsored
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com