Commit Graph

12 Commits

Author SHA1 Message Date
viraladmin 32e3d100fe
Add files via upload 2023-10-23 22:54:02 -06:00
viraladmin 211d50b36c
Update README.md 2023-10-23 22:51:21 -06:00
viraladmin 3cedb4ab30
Update Cargo.toml 2023-10-13 15:19:30 -06:00
viraladmin ea7247e388
Update README.md 2023-10-13 15:17:35 -06:00
viraladmin a0b2bcfcb2
Update lib.rs
Tests were adjusted to adhere to new encrypts return of Option<String>.
2023-10-13 14:54:45 -06:00
viraladmin b1032918da
Update text.rs
Added timing attack protection for encryption, was overlooked.  This changed the type from &str to Option<String>.
2023-10-13 14:53:00 -06:00
viraladmin ce9de3d651
Update maps.rs
added missing = from base64 charset. It was missing because not technically official part of charset, only used in padding, we use it in mapping.
2023-10-13 14:51:08 -06:00
viraladmin db37a32bad
Update README.md
major adjustments to code to add security for encryption, was only added to decryption originally. Also we added the = which was overlooked as its not technically part of the standard base64 libray.
2023-10-13 14:48:57 -06:00
viraladmin 284867a3a2
Update README.md
added url
2023-10-09 16:59:23 -06:00
viraladmin 73f60e3ae8
Add files via upload 2023-10-09 15:59:19 -06:00
viraladmin 33311a9e5f
Update README.md
Creating the initial readme.
2023-10-09 15:55:52 -06:00
viraladmin a8b8c71f61
Initial commit 2023-10-09 15:19:39 -06:00