LeastAuthority / wormhole-client

A magic-wormhole client in Haskell
GNU General Public License v3.0
6 stars 1 forks source link

Use securemem for storing keys and other secrets #66

Open vu3rdd opened 5 years ago

vu3rdd commented 5 years ago

securemem's srubbedbytes seem like the right way to store secrets than regular bytestrings.