Encryption and Decryption code for Pycript Extensions with common encryption logic.
- Node JS + NPM / Java / Python
- This are Demo Script template, PyCript v0.4 does not have language restrictions you can use any language like C, C++, Go, Swift, Python etc.
npm install
Python, Java, GO, Powershell, Bash etc no longer Maintained, PyCript still support multiple language, demo code is only maintained in JavaScript
pip install -r requirements.txt
- Java source should compiled to jar file for PyCript
- make sure to add the JSON library
- You don't need external lib, you can run it directly but recommended to compile it.
- Windows system is required
- Linux System with below library
sudo apt install jq openssl
- Example for Raw Encrypted Data with non ASCII
- AES Decryption CBC 128 with Header Parsing Example
- AES Encryption CBC 128
- AES Decryption CBC 128