Commit graph

509 commits

Author SHA1 Message Date
Evan Su bc450bd906
Update Picocrypt.py 2021-03-23 16:49:50 -04:00
Evan Su 5e584f7cde
Add files via upload 2021-03-23 15:21:16 -04:00
Evan Su dbdf208ab8
Update Picocrypt.py 2021-03-23 14:59:36 -04:00
Evan Su 40e64bda9c
Update Picocrypt.py 2021-03-23 14:43:21 -04:00
Evan Su 3ac5947363
Add files via upload 2021-03-22 22:32:38 -04:00
Evan Su ff5c7ce603
Update Picocrypt.py 2021-03-22 20:51:53 -04:00
Evan Su 2f940d3dbd
Update Picocrypt.py 2021-03-22 15:03:19 -04:00
Evan Su a4b14978ce
Update Picocrypt.py 2021-03-22 10:18:32 -04:00
Evan Su 376617e30d
Update Picocrypt.py 2021-03-21 22:44:31 -04:00
Evan Su d3b68e8beb
Update Picocrypt.py 2021-03-21 17:35:29 -04:00
Evan Su 38fee8b258
Update Picocrypt.py 2021-03-21 15:56:13 -04:00
Evan Su f99d1b2dd2
Create README.md 2021-03-19 22:32:53 -04:00
Evan Su c101ae822f
Create Picocrypt.py 2021-03-19 22:31:23 -04:00
Evan Su c23b69d89d
(v1.10) Fixed Crypto.Hash bug 2021-03-18 22:26:52 -04:00
Evan Su 5993286669
(v1.10) Fixed ZeroDivisonError 2021-03-18 22:09:04 -04:00
Evan Su 26dc998be8
v1.10 Use Crypto.Hash.Sha3_512 for portability 2021-03-18 22:03:21 -04:00
Evan Su 78a68250f4
v1.10 (Beta)
Better anti-corruption support, headers are encoded with Reed-Solomon by default.
2021-03-18 15:15:32 -04:00
Evan Su 06b2cde767
Update to v1.10 2021-03-18 11:16:30 -04:00
Evan Su 3e62e11a04
Added a confirm password entry 2021-03-18 10:46:21 -04:00
Evan Su e0b9d456e2
Fixed progress bar bug 2021-03-17 18:47:33 -04:00
Evan Su de5000396e
Fixed minor progress bar bug 2021-03-17 18:42:19 -04:00
Evan Su 44fe14a074
Fixed ETA bug
Now it's "smoother"
2021-03-17 17:01:37 -04:00
Evan Su 78d7b4f83a
Minor UI tweaks 2021-03-17 13:44:57 -04:00
Evan Su 0d891f0749
Minor bug fixes 2021-03-17 13:21:24 -04:00
Evan Su cda615d8e4
Fixed minor UI bugs 2021-03-17 13:20:18 -04:00
Evan Su 3b223850b6
Updated to v1.9
Picocrypt 1.9 will be released soon.
2021-03-16 15:07:25 -04:00
Evan Su 25bf719c04
Update about Reed-Solomon 2021-03-16 14:54:41 -04:00
Evan Su f8b6964ba5
Update reedsolo speed 2021-03-16 14:48:12 -04:00
Evan Su d3e7bd6d50
Fixed minor UI bugs 2021-03-16 14:14:57 -04:00
Evan Su bf8fdb493a
Add comments for Reed-Solomon 2021-03-16 12:34:59 -04:00
Evan Su c0fceed342
Update Picocrypt.py 2021-03-16 12:10:54 -04:00
Evan Su 64401e8a56
Update README.md 2021-03-16 11:51:58 -04:00
Evan Su ecdf913fd6
Update README.md 2021-03-16 11:51:08 -04:00
Evan Su 17dfa3b555
Update README.md 2021-03-16 09:09:18 -04:00
Evan Su 70f0991cbd
Update README.md 2021-03-15 20:35:27 -04:00
Evan Su 2ed1636c29
Clarity 2021-03-15 20:33:21 -04:00
Evan Su f46e48d4d0
Update README.md 2021-03-15 19:44:55 -04:00
Evan Su a80b095351
Update README.md 2021-03-15 19:23:48 -04:00
Evan Su 6c0605c984
Update README.md 2021-03-15 19:23:22 -04:00
Evan Su ecd6e87cb7
Update README.md 2021-03-15 19:20:58 -04:00
Evan Su 6fa9267f60
Update README.md 2021-03-15 19:19:16 -04:00
Evan Su d88ece2a84
Update README.md 2021-03-15 19:15:38 -04:00
Evan Su 1dbe2a102c
Update README.md 2021-03-15 19:12:28 -04:00
Evan Su b7ed042f0e
Update README.md 2021-03-15 15:15:39 -04:00
Evan Su e21f255b55
Reed-Solomon info 2021-03-15 15:13:56 -04:00
Evan Su e53390f88e
Create README.md 2021-03-15 15:12:30 -04:00
Evan Su 3576cb857e
v1.8 New Reed-Solomon feature 2021-03-15 15:08:47 -04:00
Evan Su 7559754f2d
v1.8 New Reed-Solomon feature 2021-03-15 14:41:15 -04:00
Evan Su f4e18c8f51
Update to v1.7 2021-03-14 20:09:30 -04:00
Evan Su 37d6bfdc68
Update DPI settings 2021-03-13 12:56:27 -05:00
Evan Su bf29277b92
Fixed high DPI issue 2021-03-13 12:27:03 -05:00
Evan Su e3216da69b
Added high DPI support 2021-03-13 12:20:29 -05:00
Evan Su 5b6894d87a
Fixed bug 2021-03-13 12:18:01 -05:00
Evan Su 7ba80dd8a6
Change space indent to tabs, added comments
Also removed some redundant code
2021-03-13 12:11:06 -05:00
Evan Su 061c096338
Added bulletproof reliability with minor fixes 2021-02-25 11:35:54 -05:00
Evan Su cb53d3f16c
Improved reliability and added logs 2021-02-24 11:54:34 -05:00
Evan Su bf20aa6c8f
Updated for v1.3.6.4 2021-02-21 11:48:15 -05:00
Evan Su 0c61241580
Fixed minor bug 2021-02-19 10:30:39 -05:00
Evan Su 68e4e337ed
Create Picocrypt.py 2021-02-18 19:43:18 -05:00