Releases: denisstasyev/Information_Security_JS
Releases · denisstasyev/Information_Security_JS
Add RSA
Fix default zero iv
Merge pull request #47 from denisstasyev/dev Fix README.md
Add Hash functions and AES
Add Hash Functions:
- SHA-256
- SHA-512
- SHA-3
And AES-256:
- ECB
- CBC
- CTR
- CFB
- OFB
Fix select width
Fix select width
New UI
In this release we introduce a new user interface, which isn't finished yet...
Add multiple line format support for text
Add multiple line format support for text in Encrypt, Decrypt and Checksum components.
Fix SPA for GitHub Pages boilerplate and improve checksum
Fix SPA for GitHub Pages boilerplate (now you can reload page without 404 Github error) and improve checksum data format.
Initial release with some basic encryption methods and checksums
We are happy to introduce Version 1 of our Information Security project!
It includes:
- Encryption and decryption methods: Caesar, monoalphabetic, polyalphabetic and bigram
- Checksum methods: CRC-16, CRC-24, CRC-32 and Fletcher