Browsing tag

decrypt

Shellcode-Encrypter-Decrypter – Shellcode Encrypter & Decrypter By Using XOR Cipher To Encrypt And Decrypt Shellcode

A Shellcode Encrypter & Decrypter, Using XOR Cipher to enc and dec shellcode. Installation git clone https://github.com/blacknbunny/Shellcode-Encrypter-Decrypter.git && python enc.py –help Usage Example usage: enc.py [-h] [-s SHELLCODE] [-k KEY] [-o OPTION] Encrypting & Decrypting Shellcode optional arguments: -h, –help show this help message and exit -s SHELLCODE, –shelcode SHELCODE Shellcode To Encrypt & Decrypt […]

Encrypt and password protect your Gmail message in a click

Email Encryption is the process of Encoding messages or information in such a way that only authorized parties can able to access it. In an encryption scheme, the intended information or message, referred to as plaintext, is encrypted using an encryption algorithm, generating ciphertext that can only be read if decrypted. Encryption make’s sure that your […]