Dimorf is a ransomware using 256-bit AES with a self-destructing, randomly generated key for Linux OS´s
-
Updated
Jun 2, 2023 - Python
Dimorf is a ransomware using 256-bit AES with a self-destructing, randomly generated key for Linux OS´s
The repo is about simple implementation of various algorithms and techniques used in cryptography, namely Simplified DES, Simplified AES, RSA, Caesar Cipher, Monoalphabetic Cipher.
Implementation of a simplified version of the AES algorithm
Implementation of various symmetric key encryption systems like AES, DES, triple DES (3 DES), Ceasar cipher, Substitution cipher, Hill cipher
Enhancement of wang-yin-wang improved least significant bit algorithm applied in image steganography
This GitHub repository contains a basic Python implementation of the Advanced Encryption Standard (AES) algorithm, which is a widely used symmetric-key encryption algorithm for securing data. The code in this repository provides a complete implementation of AES-128 bits encryption.
Add a description, image, and links to the advanced-encryption-standard topic page so that developers can more easily learn about it.
To associate your repository with the advanced-encryption-standard topic, visit your repo's landing page and select "manage topics."