Decryption

Open-source projects categorized as Decryption

Top 23 Decryption Open-Source Projects

  • OpenSSL

    TLS/SSL and crypto library

    Project mention: Heartbleed and XZ Backdoor Learnings: Open Source Infrastructure Can Be Improved Efficiently With Moderate Funding | dev.to | 2024-04-07

    Today, April 7th, 2024, marks the 10-year anniversary since CVE-2014-0160 was published. This security vulnerability known as "Heartbleed" was a flaw in the OpenSSL cryptography software, the most popular option to implement Transport Layer Security (TLS). In more layman's terms, if you type https:// in your browser address bar, chances are high that you are interacting with OpenSSL.

  • Ciphey

    ⚡ Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes ⚡

    Project mention: CyberChef from GCHQ: The Cyber Swiss Army Knife | news.ycombinator.com | 2024-02-01

    I also discovered Ciphey. Neat little tool indeed, but it's being deprecated. It's mentioned in this issue[1] and being replaced with Ares[2]. Neither could decipher this strange encryption[3] I used it on :(

    [1] https://github.com/Ciphey/Ciphey/issues/764

    [2] https://github.com/bee-san/Ares

    [3] "dEFLWWFKQWxRQW16RnkvbTZML0lsdz09" original text is "hacker"

  • 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.

  • brook

    A cross-platform programmable network tool

    Project mention: How Brook bypass domain regardless of their IP | /r/u_txthinking | 2023-05-26

    Programming is very flexible, more can be found in documentation and other articles of this blog

  • hat.sh

    Encrypt and Decrypt files securely in your browser.

  • PCAPdroid

    No-root network monitor, firewall and PCAP dumper for Android

    Project mention: ⟳ 0 apps added, 41 updated at f-droid.org | /r/FDroidUpdates | 2023-12-07

    PCAPdroid (version 1.6.9): No-root network monitor and traffic dump tool for Android devices

  • helm-secrets

    A helm plugin that help manage secrets with Git workflow and store them anywhere

    Project mention: Simplified Deployment: A Deep Dive into Containerization and Helm | dev.to | 2023-10-09

    helm plugin install https://github.com/databus23/helm-diff helm plugin install https://github.com/aslafy-z/helm-git helm plugin install https://github.com/jkroepke/helm-secrets

  • dongle

    A simple, semantic and developer-friendly golang package for encoding&decoding and encryption&decryption

  • 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.

  • 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

  • react-native-quick-crypto

    ⚡️ A fast implementation of Node's `crypto` module written in C/C++ JSI

    Project mention: has anyone had any luck connecting a web3 wallet (metamask, walletconnect, etc) with a react-native project lately? | /r/reactnative | 2023-05-25
  • GI-cutscenes

    A command line program playing with the cutscenes files (USM) from Genshin Impact.

  • pgsodium

    Modern cryptography for PostgreSQL using libsodium.

    Project mention: Macaroons Escalated Quickly | news.ycombinator.com | 2024-01-31

    I like the "solve the now" perspective here, and having code examples is very helpful to understand some of the rational behind the approach. Having read your previous "tedious survey"[0] post on various token formats, I generally agree with a lot of your conclusions. Curious though about your thought process wrt macaroons vs biscuits.

    To me the one major downside of macaroons has always been the single shared root symmetric key. Many use cases are addressed by third party attenuation, but then there are the problems like key rotation, having to do online verification, no built in encryption, no peer-to-peer support through an "untrusted" fly.io, and no third party token verification without decryption like in signcryption[1] schemes. Of course this is traded off by having to do PK issuance and management so I can see the simplicity of it.

    Is fly.io scoping this pretty hard to just auth tokens with third party attenuation, or do you see further development and maybe moving to other token systems like biscuit when/if the need arises to address those known issues?

    fwiw I've done a bit of research work myself on a token format using signcryption [2] where I explored addressing some of these ideas (but not the attenuation side of it yet, which I get is a big deal here).

    [0] https://fly.io/blog/api-tokens-a-tedious-survey/

    [1] https://github.com/jedisct1/libsodium-signcryption

    [2] https://github.com/michelp/pgsodium/blob/feat/signcryption-t...

  • enc

    🔑🔒 A modern and friendly CLI alternative to GnuPG: generate and download keys, encrypt, decrypt, and sign text and files, and more.

  • py7zr

    7zip in python3 with ZStandard, PPMd, LZMA2, LZMA1, Delta, BCJ, BZip2, and Deflate compressions, and AES encryption.

  • ps3-disc-dumper

    A handy utility to make decrypted PS3 disc dumps

    Project mention: Need help with Drakenguard 3 | /r/Roms | 2023-07-13

    1) Use the PS3 Disc Dumper to dump and decrypt the disc into a format that RPCS3 can read, then use the Add Games option to add it to the game list in RPCS3. https://github.com/13xforever/ps3-disc-dumper

  • cdecrypt

    Decrypt Wii U NUS content — Forked from: https://code.google.com/archive/p/cdecrypt/

    Project mention: Cannot decrypt funkiiu downloads | /r/CemuPiracy | 2023-12-02

    Among other tools I tried Cdecrypt v2.0b and CDecrypt v4.8.

  • kobackupdec

    Huawei backup decryptor

  • websafety

    Simple and powerful web filter for HTTP and HTTPS traffic

  • machina

    Network capture library for realtime TCP/IP decoding from a windows application. Includes an extension library to support FFXIV data capture.

  • padding-oracle-attacker

    🔓 CLI tool and library to execute padding oracle attacks easily, with support for concurrent network requests and an elegant UI.

  • UE4-AES-Key-Extracting-Guide

    A simple guide on how to extract AES-256 keys and use them to decrypt .pak file(s) in most steam-games.

    Project mention: The New Giant Centipede from Goblin Caves | /r/DarkAndDarker | 2023-06-15
  • RanSim

    Ransomware simulation script written in PowerShell. Useful for testing your defenses and backups against real ransomware-like activity in a controlled setting.

  • r2flutch

    Tool to decrypt iOS apps using r2frida

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

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). The latest post mention was on 2024-04-07.

Decryption related posts

Index

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

Project Stars
1 OpenSSL 24,090
2 Ciphey 16,920
3 brook 14,240
4 hat.sh 2,028
5 PCAPdroid 1,855
6 helm-secrets 1,280
7 dongle 845
8 Hemmelig.app 634
9 secure-ls 632
10 react-native-quick-crypto 592
11 GI-cutscenes 582
12 pgsodium 508
13 enc 475
14 py7zr 429
15 ps3-disc-dumper 376
16 cdecrypt 292
17 kobackupdec 275
18 websafety 240
19 machina 204
20 padding-oracle-attacker 186
21 UE4-AES-Key-Extracting-Guide 174
22 RanSim 172
23 r2flutch 164
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com