This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
Releases: alikhil/sttp
Releases · alikhil/sttp
STTP ALIVE!
- RSA, AES and Compression algorithms implementations removed and replaced with npm packages like
zaes-js
,node-rsa
andlz-string
- Changed structure of package, adds keys module :
- sttp:
- keys - for generating AES and RSA keys
- AuthKeyPacker
- DataPacker
- sttp:
npm first release!
- DataPacker - for encrypting with AES
- AuthDataPacker - for transferring AES-key
- Handwritten AES,RSA and compression algorithms are uses