[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2100: passphrase-encrypt the aliases file
Tahoe-LAFS
trac at tahoe-lafs.org
Thu Aug 7 01:04:31 UTC 2014
#2100: passphrase-encrypt the aliases file
--------------------------+------------------------------------------------
Reporter: daira | Owner:
Type: | Status: new
enhancement | Milestone: undecided
Priority: normal | Version: 1.10.0
Component: code- | Keywords: aliases security capleak usability
frontend |
Resolution: |
Launchpad Bug: |
--------------------------+------------------------------------------------
Comment (by dawuud):
I would really like to help out with this ticket.
Would using NaCl's SecretBox like this work?
https://github.com/david415/hidden-tahoe-
backup/blob/master/HiddenTahoeBackup/secretBox.py
Should I be using scrypt here instead of sha256?
{{{
def hashPassphrase(passphrase):
return nacl.hash.sha256(passphrase, encoder=nacl.encoding.RawEncoder)
}}}
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2100#comment:1>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list