├── .gitignore ├── LICENSE ├── README.md ├── hcdecryptor.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAPSCA/hcDecryptor/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAPSCA/hcDecryptor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAPSCA/hcDecryptor/HEAD/README.md -------------------------------------------------------------------------------- /hcdecryptor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAPSCA/hcDecryptor/HEAD/hcdecryptor.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pycryptodome==3.* 2 | --------------------------------------------------------------------------------