Pinned Repositories
whatsapp-chatgpt
ChatGPT + DALL-E + WhatsApp = AI Assistant :rocket: :robot:
Caesar-Cipher
This is the Caesar Cipher implemented as a school project in C# using Windows Forms
Performance-Counter
a simple performance counter written in c#
Vigenere
This is an implementation of the vigenere cipher in C# using Windows Forms. When you read about the original vigenere cipher you will find out it is using a letter matrix to ciphre, for me the ascii works as well. The Vigenere Cipher is an expansion of the Casesar cipher and using a passphrase instead of a simple number to encrypt. In this App I´m using small letters to cipher with (ASCII 97(a) - 122(z), no special characters like .,!|etc.... Find Vigenere on Wikipedia: https://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher
X509CertificateCryptor
A Powershell script to encrypt and decrypt files in a folder using x509 public certificate to encrypt and private key signed certificate to decrypt files
XORBitEncryptor
This is a xor encrypter using the plaintext and a password and xor the bit with each other as well as being able to decipher a binary string with a password using bit xoring and return a ascii based text string
moeliciouz's Repositories
moeliciouz/X509CertificateCryptor
A Powershell script to encrypt and decrypt files in a folder using x509 public certificate to encrypt and private key signed certificate to decrypt files
moeliciouz/Caesar-Cipher
This is the Caesar Cipher implemented as a school project in C# using Windows Forms
moeliciouz/Performance-Counter
a simple performance counter written in c#
moeliciouz/Vigenere
This is an implementation of the vigenere cipher in C# using Windows Forms. When you read about the original vigenere cipher you will find out it is using a letter matrix to ciphre, for me the ascii works as well. The Vigenere Cipher is an expansion of the Casesar cipher and using a passphrase instead of a simple number to encrypt. In this App I´m using small letters to cipher with (ASCII 97(a) - 122(z), no special characters like .,!|etc.... Find Vigenere on Wikipedia: https://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher
moeliciouz/XORBitEncryptor
This is a xor encrypter using the plaintext and a password and xor the bit with each other as well as being able to decipher a binary string with a password using bit xoring and return a ascii based text string