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
Implementation of the Advanced Encryption Standard in Chisel
A (non-production) implementation of AES for educational purposes
The repo is about simple implementation of various algorithms and techniques used in cryptography, namely Simplified DES, Simplified AES, RSA, Caesar Cipher, Monoalphabetic Cipher.
Collection of Web pages and programs in the JavaScript language perform encryption (256 bit secret key AES) entirely within your Web browser—you needn't download nor install any software, and nothing is sent to any Web site when you encrypt or decrypt a message.
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
Example of using the Advanced Encryption Standard
💬 C# .NET Windows Form Multicast Chat with optional Advanced Encryption Standard (AES) on messages and customizable parameters.
C program for crypto project using concepts of diffie-hellman and AES-128.
Advanced encryption standard (AES128, AES192, AES256) Encryption and Decryption Implementation in Verilog
Implementing the Advanced Encryption Standard (AES) in Node.js using the Crypto module.
Finds an inverse mix column of data using pre-calculated Galois finite field.
I implement and test Advanced Encryption Standard – 128bits modules (S-Box, ShiftRows, and MixColumns)
This is a quick and simple AES Encryption implementation using C Programming Language
Contains projects centered around protecting information and networks in the digital realm.
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.
Advanced Encryption Standard 128/192/256-bits ECB/CBC Java implementation
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."