146 skills found · Page 2 of 5
Vincent-G-Van / AES Encryption PythonTwo scripts in Python to encrypt/decrypt using the 128 bits AES algorithm, ECB mode with hex "00" as padding for each character. For the encryption, an ascii plaintext file is taken as the input, then an encrypted hex file is outputted. For the decryption, a ciphertext hex file is taken as the input, then a decrypted ascii file is outputted.
Saransh-cpp / Chaotic EncryptionThis repository contains the code for encrypting an image using various techniques and PRNGs.
LimerBoy / Soviet ThiefYandex browser passwords and credit-cards decryption algorithm
PELock / StringEncrypt PythonStringEncrypt allows you to encrypt strings and files using a randomly generated algorithm, generating a unique decryption code (so-called polymorphic code) each time in the selected programming language.
theashishgavade / SecureFileGuardThis project is all about the Data Security. How we can secure our data from hackers. The symmetric-key block cipher plays an important role in data encryption. It means that the same key is used for both encryption and decryption. The Advanced Encryption Standard (AES) is a widely used symmetric-key encryption algorithm. In this project, we’ll see how to implement AES encryption and decryption using the Python on the any kind of files using pycryptodomex package. Aim and Objective: As we know that today hackers are almost at every corner in search of our useful data which can be hacked by them for their different purposes. Even the risk gets doubled when come to the data of any country’s government. So, a system or terminology is must require to make that data safe forever by any means during communication. So the main aim of the project is to secure our important data from hackers and keep it safe. 1.2 Problem
longluo / RSARSA encryption and decryption Algorithms in C Language. ---RSA加解密算法的演示,C语言实现。
developer-krushna / EncryptionDecryptionAlgorithmsA number of encryption and decryption algorithm written in java
ninja-dart / NinjaEncryption and Decryption cryptographic algorithms exposed as Dart's Converter and Codec interfaces.
mm9942 / Crypt GuardCryptGuard is a comprehensive cryptographic library, offering robust encryption and decryption capabilities. It integrates traditional cryptography with post-quantum algorithms, ensuring resilience against quantum computing threats.
abdelazeem201 / ASIC Implementation Of AESAdvanced encryption standard (AES) algorithm has been widely deployed in cryptographic applications. This work proposes a low power and high throughput implementation of AES algorithm using key expansion approach. We minimize the power consumption and critical path delay using the proposed high performance architecture. It supports both encryption and decryption using 256-bit keys with a throughput of 0.06 Gbps. The Verilog language is utilized for simulating the design and an fpga & ASIC chip has been used for the hardware implementations. Experimental results reveal that the proposed AES architectures offer superior performance than the existing VLSI architectures in terms of power, throughput, and critical path delay.
abhijeet-adarsh / SteganographySteganography in java using LSB technique for hiding message in PNG image & using AES and SHA-2 algorithm for encryption/decryption of message.
knvd / HADESA hybrid Encryption/Decryption Algorithm implementing both DES and RSA algorithm.
Spentas / SecurechatSecure chat for Android which provides a fully end-to-end encryption/decryption based on AES algorithm.
cm4233 / MIPS Processor VHDLEmulation of a 32-bit MIPS processor on Artix-7 FPGA using VHDL. The emulated MIPS processor is tested by executing RC5 encryption and decryption algorithms.
sumitrj / RSA Audio Encryption And DecryptionAudio Encryption and Decryption using RSA Algorithm
Alok-2002 / Code Vault Android AppCode Vault is an Android application developed using Android Studio that provides encryption and decryption of text using the Base64 algorithm and a secret key. This app allows users to securely store and share sensitive information by encoding it into Base64 format with a secret key.
scc-tw / Obfuse RsRust library for compile-time string encryption with lazy runtime decryption, multiple algorithms (AES-GCM, ChaCha20-Poly1305, XOR), and automatic secure memory zeroing
kalpataru / IP Stream Encryption Using AES And FPGAThis project contains synthesized verilog codes for Encryption/Decryption of secure IP stream using Advanced Encryption Standard (AES) algorithm and implemented through Field Programmable Gate Array (FPGA). This is a very optimized code for handling IP packets and encrypt/decrypt the data part using a 128-bit block cipher. It uses a pipeline and sub pipeline architecture.
pointedsphere / NTRU PythonAn implementation of the NTRU encryption and decryption algorithm in Python 3
martian56 / Mini RsaMini Rsa implementation using rust