Skip to content

Releases: denisstasyev/Information_Security_JS

Add RSA

10 May 15:19
3bd2ac6
Compare
Choose a tag to compare

RSA-512 and RSA-1024 added

Fix default zero iv

15 Mar 18:15
4657ba8
Compare
Choose a tag to compare
Merge pull request #47 from denisstasyev/dev

Fix README.md

Add Hash functions and AES

15 Mar 17:36
34c7319
Compare
Choose a tag to compare

Add Hash Functions:

  • SHA-256
  • SHA-512
  • SHA-3

And AES-256:

  • ECB
  • CBC
  • CTR
  • CFB
  • OFB

Fix select width

08 Mar 21:26
d998af6
Compare
Choose a tag to compare

Fix select width

New UI

08 Mar 21:04
61fe292
Compare
Choose a tag to compare

In this release we introduce a new user interface, which isn't finished yet...

Add multiple line format support for text

03 Mar 19:51
27929b6
Compare
Choose a tag to compare

Add multiple line format support for text in Encrypt, Decrypt and Checksum components.

Fix SPA for GitHub Pages boilerplate and improve checksum

01 Mar 20:48
2b67f8d
Compare
Choose a tag to compare

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

01 Mar 13:40
04050f8
Compare
Choose a tag to compare

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