Commit Graph

24 Commits

Author SHA1 Message Date
Robbie Antenesse 6fb8494c8f Use random.org to choose the random pad values 2018-02-22 16:42:51 -07:00
Robbie Antenesse b931f18f03 HTML fixes 2018-02-21 20:54:48 -07:00
Robbie Antenesse 37879ccb1b Fix stuff preventing parcel-bundler from minifying build 2018-02-21 11:25:38 -07:00
Robbie Antenesse 7c9587b57e Add a docs folder to build to for Github Pages 2018-02-21 11:23:43 -07:00
Robbie Antenesse 67d9c0fc1a Move styles.css to index.html 2018-02-21 11:19:46 -07:00
Robbie Antenesse 427a6391f9 Fix incorrect column widths 2018-02-21 10:57:02 -07:00
Robbie Antenesse 77ead8dedb Fix the styling for `pre` tags 2018-02-21 10:55:14 -07:00
Robbie Antenesse b9735711b3 Add a clear button to pad 2018-02-21 10:55:07 -07:00
Robbie Antenesse 720e64af40 Move generate pad button to the encrypt section 2018-02-21 10:55:02 -07:00
Robbie Antenesse 2642f2a251 Make encryption based on pad instead of message 2018-02-21 10:54:55 -07:00
Robbie Antenesse 0a543a4f33 Prevent padLength from getting below 1 when generating 2018-02-21 10:54:48 -07:00
Robbie Antenesse de69f9e9b6 Add a way to generate any-length pad 2018-02-21 10:54:41 -07:00
Robbie Antenesse a39f39c805 Add Bulma styles 2018-02-21 10:54:24 -07:00
Robbie Antenesse d7991bb56c Add error message if input pad is too short. 2018-02-20 23:38:46 -07:00
Robbie Antenesse 0be7c788c3 Allow creating custom pad as long as it's longer than the input. 2018-02-20 23:27:01 -07:00
Robbie Antenesse b660acac57 Add installation and usage to Readme 2018-02-20 23:15:54 -07:00
Robbie Antenesse 0fa0956f7e Add a readme 2018-02-20 23:09:34 -07:00
Robbie Antenesse 988525177c Replace non-characters with '-' instead of '' to mark punctuation 2018-02-20 23:05:02 -07:00
Robbie Antenesse e38a705cf6 Add support for spaces in messages 2018-02-20 22:56:10 -07:00
Robbie Antenesse 1501f6729f Add export to encrypt and decrypt functions 2018-02-20 22:55:29 -07:00
Robbie Antenesse e825dfc1d5 Fix decrypt error, RE: negative modulo 2018-02-20 22:54:38 -07:00
Robbie Antenesse a8bc9e7555 Add tests for encrypting and decrypting. 2018-02-20 22:53:33 -07:00
Robbie Antenesse 8dc15d27f5 Add functions to encrypt and decrypt using a randomly generated pad 2018-02-20 22:09:02 -07:00
Robbie Antenesse f62803dc98 Initial commit: set up environment 2018-02-20 18:35:51 -07:00