aonez / Keka

The macOS & iOS file archiver
https://www.keka.io
4.58k stars 232 forks source link

Keychain support #26

Open aonez opened 7 years ago

aonez commented 7 years ago

As in old ticket: http://trac.kekaosx.com/ticket/30

aonez commented 7 years ago

Some useful code: https://github.com/soffes/SAMKeychain

ralts00 commented 6 years ago

Would be great if it were not for keychain, since many times the passwords do not want to have them on my keychain because they are files that I share, with 20-30 passwords saved would be fine example: Thanks :)

captura de pantalla 2017-07-17 00 44 06

aonez commented 6 years ago

@ralts00 I won't ask you about the web sites of those passwords... 😒

ralts00 commented 6 years ago

😱 😱 😱 😱 😱 I'm guilty!

MaxPower85 commented 6 years ago

@aonez Since each encrypted archive can have it's own password and the user could later rename the file or move it somewhere else (so it could be difficult for the user to keep track of passwords for his archives based on the paths), I guess the simplest way for the user to keep track of his passwords for multiple archives would be to look at the SHA-256 or MD5 or something like that and use that like it's some sort of a "username" in a keychain.

aonez commented 6 years ago

@MaxPower85 I was not planning on making a per file password, but actually I like the idea of the "file fingerprint" using md5 👍

gatspy commented 6 days ago

Just manage passwords like BetterZip