1
0
Fork 0
mirror of https://github.com/Alamantus/otp-generator.git synced 2025-03-24 04:18:55 +01:00
Commit graph

16 commits

Author SHA1 Message Date
720e64af40 Move generate pad button to the encrypt section 2018-02-21 10:55:02 -07:00
2642f2a251 Make encryption based on pad instead of message 2018-02-21 10:54:55 -07:00
0a543a4f33 Prevent padLength from getting below 1 when generating 2018-02-21 10:54:48 -07:00
de69f9e9b6 Add a way to generate any-length pad 2018-02-21 10:54:41 -07:00
a39f39c805 Add Bulma styles 2018-02-21 10:54:24 -07:00
d7991bb56c Add error message if input pad is too short. 2018-02-20 23:38:46 -07:00
0be7c788c3 Allow creating custom pad as long as it's longer than the input. 2018-02-20 23:27:01 -07:00
b660acac57 Add installation and usage to Readme 2018-02-20 23:15:54 -07:00
0fa0956f7e Add a readme 2018-02-20 23:09:34 -07:00
988525177c Replace non-characters with '-' instead of '' to mark punctuation 2018-02-20 23:05:02 -07:00
e38a705cf6 Add support for spaces in messages 2018-02-20 22:56:10 -07:00
1501f6729f Add export to encrypt and decrypt functions 2018-02-20 22:55:29 -07:00
e825dfc1d5 Fix decrypt error, RE: negative modulo 2018-02-20 22:54:38 -07:00
a8bc9e7555 Add tests for encrypting and decrypting. 2018-02-20 22:53:33 -07:00
8dc15d27f5 Add functions to encrypt and decrypt using a randomly generated pad 2018-02-20 22:09:02 -07:00
f62803dc98 Initial commit: set up environment 2018-02-20 18:35:51 -07:00