HACKERALERT/Picocrypt

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

dillfrescott opened this issue · 2 comments

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.

Okay! Makes sense. Thank you!