New Version is Here! 🎉

Powerful Decryption Made Simple

Let's Decrypt is a powerful decryption tool supporting multiple encryption standards. It allows users to decrypt messages and files using various cryptographic algorithms and efficiently manage decrypted outputs.

What's New in v0.0.2

Added

  • New encryption methods: Base64, Base32, Base16, RSA, Blowfish
  • Fixed AES-128, AES-192, AES-256, ChaCha20 — The problem with AES was that it gave an Error that the Key was wrong (long or short). ChaCha20 now decrypts correctly
  • Added Detect feature to automatically identify encryption methods
  • Added Benchmark tool to measure decryption performance

Supported Encryption Methods

AES Standards

128, 192, and 256-bit Advanced Encryption Standard

Fernet

Symmetric encryption ensuring message integrity

ChaCha20

High-performance stream cipher alternative to AES

Base Encodings

Base64, Base32, and Base16 encoding schemes

RSA

Asymmetric encryption using public and private keys

Blowfish

Symmetric-key block cipher known for speed and effectiveness

How It Works

Let's Decrypt v0.0.2
$ letdecrypt --fernet --key "pp-uBvLS-Qwi1tYnfOCfSpAqfHrzwai31-ThmniG1Yc=" --go-decrypt "gAAAAABn5UoJrivxOdsItAFr8OXJm9M96LEfBGQ46tmHistwmG-9AAL9BlCGB7VXK8uPP8JoEUA-e7WBvmW4HNswITjvZHiz1dcTO7m7XHnanZKqXvHuvAI=" --verbose" Let's Decrypt ( https://rasmnout.tech/letsdecrypt ) V0.0.2 - Powerful tool for Decryption`; [12:12:12] [inf] Verbose was set to True [12:12:12] [inf] Key was set to 'pp-uBvLS-Qwi1tYnfOCfSpAqfHrzwai31-ThmniG1Yc=' [12:12:12] [inf] Go-Decrypt (Message to be decrypted) was set to 'gAAAAABn5UoJrivxOdsItAFr8OXJm9M96LEfBGQ46tmHistwmG-9AAL9BlCGB7VXK8uPP8JoEUA-e7WBvmW4HNswITjvZHiz1dcTO7m7XHnanZKqXvHuvAI=' [12:12:12] [inf] Starting Decrypting [12:12:12] [inf] ┌─ Decrypting [12:12:12] ├─ Creating a Fernet object for decryption [12:12:12] ├─ Decrypting message: 'gAAAAABn5UoJrivxOdsItAFr8OXJm9M96LEfBGQ46tmHistwmG-9AAL9BlCGB7VXK8uPP8JoEUA-e7WBvmW4HNswITjvZHiz1dcTO7m7XHnanZKqXvHuvAI=' with key: 'pp-uBvLS-Qwi1tYnfOCfSpAqfHrzwai31-ThmniG1Yc=' [12:12:12] └─ The message was successfully decrypted! [12:12:12] [inf] Decrypted Message: 'Love Let's Decrypt'

New Features

Detect

Automatically identify the encryption method used on your data. Let's Decrypt now analyzes the input and suggests the most likely encryption algorithm.

$ letdecrypt --detect "gAAAAABn5UoJrivxOdsItA..."
[inf] Detected encryption: Fernet

Benchmark

Measure the performance of different decryption methods. Compare speed and resource usage to find the most efficient approach for your needs.

$ letdecrypt --benchmark 1
Let's Decrypt ( https://rasmnout.tech/letsdecrypt ) V0.0.2 - Powerful tool for Decryption
[12:12:12] [inf] Running heavy decryption
[12:12:14] [inf] ┌─ Benchmark results
[12:12:14] ├─ Fernet : 0.020197 sec
[12:12:14] ├─ AES-128 : 0.001996 sec
...

Get in Touch