Skip to content

Fix some bugs

Latest
Compare
Choose a tag to compare
@ammarfaizi2 ammarfaizi2 released this 02 Jun 04:28
· 7 commits to master since this release
  • Proses enkripsi menggunakan teknik random salt. Sehingga hasil enkripsi selalu berbeda walaupun dengan input string dan key yang sama.
  • Hasil enkripsi dicompress dengan gzdeflate.
  • Hasil compress diencode dengan base64. Sehingga hasil akhir selalu printable.