this post was submitted on 05 Jun 2024
44 points (76.8% liked)
Open Source
31060 readers
590 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can try aegis if you're on Android, open source, local, great
Also OTPclient on desktop, it can work directly with an Aegis encrypted export file. You enter the decrypt password when you open the app and it can auto-lock after a specified interval.
Is there something similar for windows? I check the github page & there doesn't seem to be a package for windows. I could try to compile it from source but that a lot of libraries I have to get...
If you're willing to work with unencrypted exports I think
tauthy
can import unencrypted Aegis JSON format.Also, what Aegis exports as "text format" is a standard format of sorts that consists in lines of
otpauth://
URLs. There are lots of apps that can import that format, but please note that you lose some extra information from Aegis when you export in that format. Shouldn't be a problem if you just want to be able to generate codes on desktop.Aegis looks great - I'll give this a shot. Thanks for the recommendation!
Happy to help