Picocrypt/Roadmap.md

34 lines
1.6 KiB
Markdown
Raw Normal View History

2021-03-20 08:18:51 +13:00
# Roadmap
2021-03-21 03:06:56 +13:00
Here's the road ahead for Picocrypt. Not all items listed will be added; they are simply possible new features. They're not in any particular order. Have suggestions? Create an Issue. Thanks!
2021-03-20 08:18:51 +13:00
2021-03-22 10:11:47 +13:00
# Under consideration
2021-03-20 08:18:51 +13:00
<ul>
2021-07-28 11:59:29 +12:00
<li><strong>Patron request (higher priority)</strong>: Add to Fedora repos</li>
2021-03-22 10:12:10 +13:00
<li>Get Picocrypt audited (<i>please donate</i> to help fund the audit)</li>
2021-03-22 10:11:47 +13:00
<li>Add to AUR (Arch User Repo) (thanks u/blackrosae)</li>
2021-04-01 04:24:39 +13:00
<li>Secure password/mnemonic generator</li>
2021-03-22 10:11:47 +13:00
<li>Android/iOS support (thanks u/fzylqd), potentially via a web interface (thanks @Tutturuuu)</li>
<li>Full disk encryption (thanks u/playffy)</li>
2021-08-04 05:40:06 +12:00
<li>Tweakable Argon2 parameters (with lower bounds)</li>
2021-03-23 02:10:01 +13:00
<li>Hidden volume like VeraCrypt (thanks u/greenreddits)</li>
2021-03-22 10:11:47 +13:00
<li>Hardware keys (thanks u/Tech99bananas)</li>
<li>CLI (thanks u/your_username)</li>
</ul>
2021-05-25 04:50:59 +12:00
# In progress (will be in an upcoming release)
2021-03-22 10:11:47 +13:00
<ul>
</ul>
2021-05-25 04:50:59 +12:00
# Completed (most recent first)
2021-03-22 10:11:47 +13:00
<ul>
2021-05-30 14:11:37 +12:00
<li>Picocrypt has been ported from Python to Go, thus completely rewritten</li>
<li>Keyfile support (thanks u/PiratesOfTheArctic)</li>
<li>Allow file splitting into chunks (thanks u/greenreddits)</li>
<li>File shredder and file checksum generator</li>
2021-04-08 05:50:28 +12:00
<li>Rewrite from scratch to implement much better UI</li>
2021-03-30 04:18:38 +13:00
<li>Add Picocrypt vector logo to homepage (hacked together with Inkscape)</li>
2021-03-27 08:02:45 +13:00
<li>Abandoned due to being unreliable and requires admin rights: Right click in file explorer and display "Encrypt folder with Picocrypt" (thanks @beerisgood)</li>
2021-03-24 13:53:16 +13:00
<li>Drag and drop files (thanks u/your_username)</li>
2021-03-22 10:11:47 +13:00
<li>Create MacOS executables</li>
2021-03-20 08:18:51 +13:00
</ul>