Simple API to perform AES encryption on Android with no dependancies. This is the Android counterpart to the AESCrypt library Ruby and AESCrypt-ObjC created by Gurpartap Singh. It used the same weak :'( security defaults i.e Blank IV noted below. *Using CBC with the default blank IV is vulnerable. This has been left in for compatibility with AESCrypt implementations. See Adv method for providing your own IV. If you don't need to be compatable with AESCrypt then look at java-aes-crypto it's API is just as simple and generates more secure keys.
android aes-encryptionAbrute is a multi-threaded brute force file decryption tool. Many features have been added to this including a resume feature, a JSON endpoint, computer clustor workload splitting, character adjacency limitting, and custom CLI reporters. Abrute will decrypt the .aes and .zip extension files on any Linux compatible system. abrute needs the nightly build of Rust for the TryFrom trait.
decryption brute-force aes-encryption aes zipfile unzipI've long researched to make this working for me and i want to share my solution to make it possible to encrypt/decrypt data from/to CryptoJS and PHP. This works with CryptoJS 3.x and PHP with openssl support. I use a JSON format for encryption/decryption to be able to use any possible object/array/string data on both sides. I also use the standard AES implementation from CryptoJS with a passphrase. I don't generate special keys, iv's or salts.
cryptojs aes-encryptionBurp_Extender_para_encrypter
aes-encryption aes-256 aes-128 android-applicationI reworked the Go Windows Backdoor to use AES encryption. A simple Windows backdoor, It uses TCP connections to communicate between the Server and Client. Data in encrypted in AES, The KEY is auto generated on first connect. This is a Command Prompt backdoor. Send command "exit" to have the backdoor close.
backdoor aes-encryptionEncryption Tool is a command line interface application which uses on-device RSA keys (through OpenSC and PKCS#11) to encrypt/decrypt AES key used in turn to perform operation on user data. which will install required packages locally in user-level directory (as oppossed to global, OS-level). It is possible to install Python dependencies in separate environment through virtualenv (guide) or with recent pipenv (guide) tools.
encryption pkcs11 python3 nitrokey openpgp rsa hsm aes-encryption smartcardMerge the power of Python with the anonymity of Tor. In windows-client the cert is not required because when you compile and deliver it, it can't extract the cert file because (and at the moment of writing I don't know why) it will run in C:\Windows\System32 instead of C:\Path\to\file.exe.
tor encryption aes-256 aes-encryption hmac-authentication ssl anonymity botnet spyware ascii-art geolocation keylogger cross-platform remote-execution remote-control remote-access mac-osxUsing this code for iOS and AESCipher-Java for Android and Java back-end lets you encrypt and decrypt with AES accurately. Coding with C style is just for security. Attention , this repo is based on AES-128 so you should use a 16-byte-key . If you want to use AES-256 , change kKeySize to kCCKeySizeAES256 , and use 32 bytes' KEY.
aes aescipher-ios aescipher-java aes-encryption ios-java decryptionUsing this code for Android and Java back-end and AESCipher-iOS for iOS lets you encrypt and decrypt with AES accurately. Additionally you can modify the IV_STRING with another 16 bytes string in line 23 of AESCipher.java , but you should make sure to keep it the same with kInitVector in line 14 of AESCipher-iOS.
aescipher-ios aescipher-java aes aes-cipher aes-encryption decryptionSecure localStorage data with high level of encryption and data compression. It requires secret-key for encrypting and decrypting data securely. If custom secret-key is provided as mentioned below in APIs, then the library will pick that otherwise it will generate yet another very secure unique password key using PBKDF2, which will be further used for future API requests.
localstorage data-compression compressed-data encryption encoding decryption lz-string aes-encryption des rabbit rc4 decrypt decompression pbkdf2 security secure secure-ls compression webpack es6 umd commonjsAdd tools/cryptr-bash-completion.bash to your tab completion file directory. encrypt <file> - Encryptes file with OpenSSL AES-256 cipher block chaining. Writes an encrypted file out (ciphertext) appending .aes extension.
shell shell-script bash bash-script cryptography aes-encryption encryption decryption aes-256 bash-scripting shell-scriptsThese are some of the scripts I wrote to make my life interesting. I contribute it to the world so that others may enjoy. Most of the scripts come with some sort of help message (--help). If not, the use of the script ought to be evident.
python-script aes-encryption shell-scripts openbsd-scripts random-mac-address osx-scripts disable-windows-capslockRipe is a minimal security tool. It consists of command-line tool and C++ API for cryptography. Ripe contains encryption API for two major cryptography methods, RSA and AES (Rijndael). Also contains Base64 encoding/decoding API and some helper functions to make data transferable (called prepareData). Binaries do not depend on third-party tools or libraries but development will require cryptography libraries installed in system in order to compile.
ssl cryptography encryption aes openssl aes-256 crypto-library aes-encryption decryption rsa-cryptography aes-cbcA demo of how to implement AES encryption in Android & iOS
android ios encryption aes-encryption swift4This repo provides a struct which performs AES encryption and satisifies the reader and writer interfaces.
writer reader aes-encryptionAes file encryption library for Go (Golang)
encryption aes aes-encryption file-encryption
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.