HACKERALERT / Picocrypt

A very small, very simple, yet very secure encryption tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to just do reed-solomon and not encrypt?

dillfrescott opened this issue · comments

commented

This would be useful for times when the drive is already encrypted or what not, but you still need the erasure coding!

I don't officially support Reed-Solomon-only volumes, but you can just use a space as a password and basically achieve the same thing. You can also leave a password hint with the password since in this case, you don't need any security and just need the erasure coding. I feel like allowing Reed-Solomon without a password will be a footgun for some people, so I think I'll keep the password requirement.

commented

Okay! Makes sense. Thank you!