Wenn man anfängt, olle Paper über Algorithmen zu lesen, für die man letztlich eh auf bestehende Implementierungen zurückgreift, dann ist das dieses #Prokrastinieren, von dem manche hier sporadisch reden. Oder?
Aus dieser Reihe gibt’s heute: #scrypt
📝 #NoteToSelf: Write an #scrypt key backend for #gitAnnex to securely store secrets in a #git repository. The default (unsalted #SHA256 with the file size known) is not ideal.
#notetoself #scrypt #gitannex #git #sha256
@ruffni FWIW I wrote an alternative to #LUKS which reveals no metadata, but uses #SCRYPT and an on-disk key to allow for (in theory) password changes. obv. it only works if you don't change the cipher/hash algorithm. git://cy1.allowed.org/mountcrypt
Also I wrote it in #Nim, sorry.