👨💻 Computer Security algorithms in C#
-
Updated
Apr 22, 2021 - C#
👨💻 Computer Security algorithms in C#
.Net Code Katas - A prebuild Kata project that already includes tests and base classes.
Cryptography algorithms on C#
🖼 An image steganography by converting the image into text of pixels and use the LSB to hide the ciphered text that encrypted by The Caesar cipher Algorithm (Cryptography). The project decrypt the image by loading it, converting the pixels’ digits and break the LSB.
The program can encrypt and decrypt using Caesar encryption. It includes a brute force mode, which is currently only available in German, but still works with most English ciphertexts.
Implementations of some well known ciphers and algorithms in C# and Java
USUE study work, application for encryption, decryption and hacking
Caesar cipher decoder is a desktop app. This app can decode an encoded cipher in three different ways. Dictionary attack is based on most used words in albanian language
Program which cracks Vigenere cipher, for English cipher text
Encryption and decryption
Caesar cipher to decrypt a text file
A windows forms mini app for encriping and decripting messages using the Caesar Cipher.
Caesar Cipher C#
Seconda esercitazione didattica utilizzo framework WPF e C#
Encryption/Decryption application for “Caesar cipher” with the ability to return the best encryption for the ciphertext using predefined keywords.
Have you ever wanted to do something with CaesarCipher? Then you are right here. Here you can work with CaesarCipher.
A windows form application that takes alphabetical text input to either encrypt or decrypt a message. (Caeser Cipher)
Add a description, image, and links to the caesar-cipher topic page so that developers can more easily learn about it.
To associate your repository with the caesar-cipher topic, visit your repo's landing page and select "manage topics."