Skip to content

Releases: BarudakRosul/shell-compiler

v0.5

30 Dec 07:18
a69eb7e
Compare
Choose a tag to compare

24d516b and e750e10 - chore: update installing package by @fatimazq.
36d1f4f - feat: Added des3 mode (#15) by @RFHackers.
0981e1d - feat: Added sm4 and sm4-cbc mode (#16) by @Achixz.
ba9e946 - refactor: move package from openssl to ncssl by @FajarKim.
a69eb7e - feat: Added des, des-cbc, desx, and desx-cbc mode (#17) by @Andi-Rahek.

v0.3

23 Dec 12:55
a7668fc
Compare
Choose a tag to compare

9d5290d - chore: removed changelog in version option output (#6) by @RFHackers.
e934ffd - feat: Added check package is installed or not (#8) by @RFHackers.
9de9eb5 - feat: Added check package is installed or not in main file (#9) by @RFHackers.
950363c - feat: Added des, des-cbc, des-ede-cbc, and des-ede3-cbc mode (#10) by @RFHackers.
73e2392 - chore: removed des and des-cbc mode (#11) by @RFHackers.
d65d3f5 - feat: Added des-ede and des-ede3 mode (#12) by @RFHackers.
622417d - feat: Added aes-129-cbc, aes-192-cbc, and aes-256-cbc with zlib mode (#13) by @fatimazq.
a7668fc - feat: Added aes-129-cbc, aes-192-cbc, and aes-256-cbc with base64 mode (#14) by @fatimazq.

v0.2

23 Dec 06:51
eb9b22c
Compare
Choose a tag to compare

0a1f62f - docs(readme): Update installation documentation (#3) by @FajarKim.
8a218a8 - fix: Update secrets password key generation by @Achixz.
673f43c - docs(readme): Added usage description by @Achixz.
270107e - docs(readme): Fixed small typo by @Achixz.
10bbe78 - feat: Added ccrypt mode (#4) by @FajarKim.
eb9b22c - feat: Added gcrypt mode (#5) by @FajarKim.

v0.1

18 Dec 07:37
Compare
Choose a tag to compare

New release - @RFHackers.