Skip to content

Anof-cyber/PyCript-Template

Repository files navigation

PyCript-Template

Encryption and Decryption code for Pycript Extensions with common JavaScript encryption logic.

Support

Documentation

70686099-3855f780-1c79-11ea-8141-899e39459da2

Requirements

  • Node JS + NPM / Java / Python

Installation

JavaScript

npm install

Python

pip install -r requirements.txt

Java

  • Java source is already compiled to jar file and ready to use directly.
  • If you need to modify and recompile make sure to add the JSON library

Code Added

  • Custom Request Type - Fetch Key and IV from Headers
  • Custom Body Type - Fetch Key and IV from Request Body
  • Custom Request(Edit Header) Type - Allow you to update the header to modify the request signature
  • AES Encryption ECB 128
  • AES Decryption ECB 128
  • AES Encryption CBC 128
  • AES Decryption CBC 128

About

Encryption and Decryption code for Pycript Extensions with common JavaScript encryption logic

Resources

License

Stars

Watchers

Forks

Packages

No packages published