Closed pepa65 closed 2 weeks ago
Hello, thanks for reporting this! I'll have a look at it ASAP.
What OS are you using?
Linux Mint 22 (based on Ubuntu 24.04)
I've just installed LM 22 on a VM and tried to import an Aegis backup, it worked well, no issues. I did install the package from the official PPA though: https://launchpad.net/~polslinux/+archive/ubuntu/otpclient/+packages
If you want to reproduce it, you should build from the repo. But I'll try the PPA, didn't know about that.
OK, the import seems to work with the deb
packages from the PPA. When running the GUI client, it seems you have to click on the entry you'd like to see the OTP and Validity for. The shocking thing is, it never asked for a password!! I am inclined to incinerate all OTP.enc files and remove all binaries, or is there a reasonable explanation??
Don't incinerate anything :smile: it's a feature that was introduced a long time ago: https://github.com/paolostivanin/OTPClient/issues/275
Ah, I was wondering what Secret Service meant... But if you claim that OTPClient is secure, the least you can do is to turn the Secret Service off by default. Any security breach of someone's system would give an attacker instant access to all their OTPclient secrets, no password needed...
Built from git repo 3cdc0e7 according to instructions (but using
/usr/local
forCMAKE_INSTALL_PREFIX
), no errors reported.ulimit -l
: 1000000Running:
otpclient-cli -t aegis_encrypted --import -f aegis.json
segfaults.Running with
gdb
:Am I missing some dependency still??