rijndael-js icon indicating copy to clipboard operation
rijndael-js copied to clipboard

Pure JS implementation of Rijndael algorithm

Results 4 rijndael-js issues
Sort by recently updated
recently updated
newest added

can you please help me out, i am trying to convert below `c#/dotnet` piece of code ot javascript using `rijndael-js` package but i can't make it work. ``` public string...

It looks like Rijndael is adding some padding to the bits of the encrypted data. I'm working with the next code: ![rijndael-js implementation](https://i.imgur.com/9CyJTg9.png) But when I test this implementation of...

### Sumarry Made two changes to improve README.md ### Changes 1. Change the type of blocksize from number to string. * Looking at https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/rijndael-js/index.d.ts .  BlockSize which is an argument...

Please publish your MIT license as a file in the repository in accordance with https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/licensing-a-repository.