Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Releases: alikhil/sttp

STTP ALIVE!

30 Dec 18:49
Compare
Choose a tag to compare
  • RSA, AES and Compression algorithms implementations removed and replaced with npm packages like zaes-js, node-rsa and lz-string
  • Changed structure of package, adds keys module :
    • sttp:
      • keys - for generating AES and RSA keys
      • AuthKeyPacker
      • DataPacker

npm first release!

22 Nov 13:38
Compare
Choose a tag to compare
  • DataPacker - for encrypting with AES
  • AuthDataPacker - for transferring AES-key
  • Handwritten AES,RSA and compression algorithms are uses