Keka icon indicating copy to clipboard operation
Keka copied to clipboard

Keychain support

Open aonez opened this issue 7 years ago • 6 comments

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

  • [ ] Support multiple passwords stored in Keychain
    • [ ] Suggest them in the password field, compression and extraction (@Holger-Issle #468)
    • [x] Option to try the stored passwords in extraction (not very efficient?) (@Holger-Issle #468)
  • [x] Add a default password option in preferences (@own2pwn #118)
  • [x] Add context menu support for encryption with default passwords
  • [ ] Add context menu support for encryption with custom passwords
  • [ ] Remember password used for files using a fingerprint (i.e. MD5 or SHA256) (@MaxPower85)
  • [ ] Add a list in plain text of used passwords (and be able to costumize it) (@finalcreator #1048)

aonez avatar Feb 17 '17 15:02 aonez

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

aonez avatar Feb 25 '17 18:02 aonez

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

ralts00 avatar Jul 17 '17 05:07 ralts00

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

aonez avatar Nov 06 '17 17:11 aonez

😱 😱 😱 😱 😱 I'm guilty!

ralts00 avatar Nov 06 '17 18:11 ralts00

@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.

MaxPower85 avatar Mar 11 '18 20:03 MaxPower85

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

aonez avatar Mar 12 '18 09:03 aonez