Decryption

Open-source projects categorized as Decryption

Top 23 Decryption Open-Source Projects

  • OpenSSL

    TLS/SSL and crypto library

  • Project mention: RVM Ruby 2.6.0 — built with custom openssl version on Ubuntu 22.04 | dev.to | 2024-04-26

    ENV OPENSSL_PREFIX=/opt/openssl ENV SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt WORKDIR /tmp RUN git clone --branch OpenSSL_1_0_2n https://github.com/openssl/openssl.git RUN cd openssl RUN ./config shared --prefix=$OPENSSL_PREFIX --openssldir=$OPENSSL_PREFIX/ssl RUN make RUN make install RUN rvm install 2.6.0 -C --with-openssl-dir=$OPENSSL_PREFIX ENV PATH /usr/local/rvm/bin:$PATH RUN rvm --default use ruby-2.6.0 ENV PATH /usr/local/rvm/bin:/usr/local/rvm/rubies/ruby-2.6.0/bin:$PATH ENV GEM_HOME /usr/local/rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0

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

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

    WorkOS logo
  • Hemmelig.app

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

  • Project mention: Hemmelig: Paste a password, confidential message, or private data | news.ycombinator.com | 2024-04-23
  • 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

    SaaSHub 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).

Decryption related posts

Index

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

Project Stars
1 OpenSSL 24,186
2 Ciphey 17,000
3 brook 14,249
4 hat.sh 2,028
5 PCAPdroid 1,888
6 helm-secrets 1,302
7 dongle 849
8 Hemmelig.app 641
9 secure-ls 636
10 react-native-quick-crypto 598
11 GI-cutscenes 590
12 pgsodium 508
13 enc 474
14 py7zr 435
15 ps3-disc-dumper 389
16 cdecrypt 292
17 kobackupdec 275
18 websafety 240
19 machina 204
20 padding-oracle-attacker 191
21 UE4-AES-Key-Extracting-Guide 176
22 RanSim 172
23 r2flutch 164

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com