Aegis
getaegis.app AndroidFree, secure and open source authenticator app for Android. Has a backup/ restore feature and a customisable UI with dark mode
- Homepage: getaegis.app
- GitHub: github.com/beemdevelopment/Aegis
- Privacy: tosdr.org/en/service/4076
- Android App: https://play.google.com/store/apps/details?id=com.beemdevelopment.aegis
- Web info: web-check.xyz/results/getaegis.app
Aegis Privacy Policy
Privacy Policy Summary
- The service is open-source
- Features of the service are made available under a free software license
- You are not being tracked
- No logs are kept
- No third-party analytics or tracking platforms are used
- This service does not collect, use, or share location data
- Your personal data is used for limited purposes
- A complaint mechanism is provided for the handling of personal data
Score
Documents
- Privacy PolicyCreated 14 Jun 21, Last modified 3 years ago
About the Data
This data is kindly provided by tosdr.org. Read full report at: #4076
Aegis Source Code
Author
Description
A free, secure and open source app for Android to manage your 2-step verification tokens.
Homepage
https://getaegis.appLicense
GPL-3.0
Created
15 Aug 16
Last Updated
05 Oct 24
Latest version
Primary Language
Java
Size
21,863 KB
Stars
8,943
Forks
377
Watchers
8,943
Language Usage
Star History
Top Contributors
- @alexbakker (992)
- @michaelschattgen (448)
- @orange-elephant (15)
- @InfiniteCoder06 (8)
- @CristianAUnisa (7)
- @andreysaksonov (6)
- @ByteHamster (4)
- @jas14 (3)
- @jhenninger (3)
- @r3dh3ck (3)
- @simonporte (3)
- @DerEnderKeks (3)
- @codeall9 (2)
- @Vstory (2)
- @digitalheir (2)
- @EwoutH (2)
- @meskobalazs (2)
- @strugee (2)
- @nourserry (1)
- @patrickvdlinden (1)
- @SagePtr (1)
- @xconverge (1)
- @anibyl (1)
- @sigmundxia (1)
- @NotWoods (1)
- @Timbals (1)
- @Toadsta (1)
- @bitscuity (1)
- @deadmeu (1)
- @ferhadnecef (1)
Recent Commits
- Alexander Bakker (04 Oct 24)
Merge pull request #1509 from michaelschattgen/fix/secret-multiline Make secret multiline
- Michael SchƤttgen (02 Oct 24)
Make secret multiline
- Alexander Bakker (25 Sept 24)
Rename onAssignEntriesResult to onAssignIconsResult
- Alexander Bakker (24 Sept 24)
Merge pull request #1503 from michaelschattgen/fix/locale-marshmallow Fix visibility of locale setting on Marshmallow
- Michael SchƤttgen (24 Sept 24)
Fix visibility of locale setting on Marshmallow
- Alexander Bakker (24 Sept 24)
Add NEW_GROUP placeholder type for group models to fix the build
- Alexander Bakker (24 Sept 24)
Merge pull request #1498 from michaelschattgen/feature/single-tap-group Change group filter to a single selection
- Michael SchƤttgen (18 Sept 24)
Change group filter to a single selection
- Alexander Bakker (24 Sept 24)
Merge pull request #1497 from michaelschattgen/feature/assign-groups Add ability to easily assign groups
- Michael SchƤttgen (18 Sept 24)
Add ability to easily assign groups
- Alexander Bakker (24 Sept 24)
Merge pull request #1494 from michaelschattgen/feature/show-code-expiration Show when codes are about to expire
- Michael SchƤttgen (18 Sept 24)
Show when codes are about to expire Co-authored-by: Alexander Bakker <[email protected]>
- Alexander Bakker (21 Sept 24)
Use getQuantityString instead of getQuantityText for import_partial_export_anyway
- Alexander Bakker (21 Sept 24)
Remove some unused resources (and increase severity of check)
- Alexander Bakker (21 Sept 24)
Redefine "import_partial_export_anyway" as a quantity string
- Alexander Bakker (21 Sept 24)
Remove usage of deprecated PreferenceManager
- Alexander Bakker (21 Sept 24)
Format multiple string substitutions in positional format This resolves the following lint error: "Multiple substitutions specified in non-positional format of string resource"
- Alexander Bakker (21 Sept 24)
Update dependencies
- Alexander Bakker (19 Sept 24)
Merge pull request #1499 from michaelschattgen/fix/text-field-caps Fix capitalization of multiple text fields
- Alexander Bakker (19 Sept 24)
Merge pull request #1470 from sigmundxia/master Add support for Ente Auth import
- Sigmund Xia (19 Sept 24)
Add support for Ente Auth import
- Michael SchƤttgen (18 Sept 24)
Fix capitalization of multiple text fields
- Alexander Bakker (17 Sept 24)
Merge pull request #1492 from michaelschattgen/fix/google-auth-proto Fix batch_index in Google Authenticator export
- Michael SchƤttgen (17 Sept 24)
Fix batch_index in Google Authenticator export
- Alexander Bakker (16 Sept 24)
Merge pull request #1479 from michaelschattgen/feature/group-chipgroup Improve group filters
- Michael SchƤttgen (27 Aug 24)
Improve group filters
- Michael SchƤttgen (16 Sept 24)
Merge pull request #1490 from alexbakker/fix-pack-crash Fix a crash that could occur when deleting a broken icon pack import
- Alexander Bakker (16 Sept 24)
Fix a crash that could occur when deleting a broken icon pack import The following crash could occur when trying to import an icon pack for which an empty folder still exists on disk: ``` Exception java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 1 at jdk.internal.util.Preconditions.outOfBounds (Preconditions.java:64) at jdk.internal.util.Preconditions.outOfBoundsCheckIndex (Preconditions.java:70) at jdk.internal.util.Preconditions.checkIndex (Preconditions.java:266) at java.util.Objects.checkIndex (Objects.java:359) at java.util.ArrayList.remove (ArrayList.java:511) at com.beemdevelopment.aegis.ui.views.IconPackAdapter.removeIconPack (IconPackAdapter.java:38) at com.beemdevelopment.aegis.ui.fragments.preferences.IconPacksManagerFragment.removeIconPack (IconPacksManagerFragment.java:158) at com.beemdevelopment.aegis.ui.fragments.preferences.IconPacksManagerFragment.lambda$importIconPack$3 (IconPacksManagerFragment.java:133) at androidx.appcompat.app.AlertController$ButtonHandler.handleMessage (AlertController.java:167) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loopOnce (Looper.java:226) at android.os.Looper.loop (Looper.java:313) at android.app.ActivityThread.main (ActivityThread.java:8762) at java.lang.reflect.Method.invoke at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:604) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1067) ``` To reproduce on a debug build of Aegis with the latest aegis-icons imported into the app, run the following commands and then try to import the same aegis-icons ZIP again: ``` $ adb shell $ su # rm -r /data/data/com.beemdevelopment.aegis.debug/files/icons/c1018b93-4e8c-490a-b575-30dde62a833e/20230523/* ```
- Alexander Bakker (12 Sept 24)
Merge pull request #1481 from michaelschattgen/feature/reorder-groups Add ability to reorder groups
- Alexander Bakker (11 Sept 24)
Merge pull request #1483 from michaelschattgen/fix/single-copy-reveal Prevent copying when revealing code
Aegis Website
Website
Aegis Authenticator - Secure 2FA app for Android
Redirects
Does not redirect
Security Checks
All 66 security checks passed
Server Details
- IP Address 157.90.144.137
- Hostname static.137.144.90.157.clients.your-server.de
- Location Falkenstein, Sachsen, Germany, EU
- ISP Hetzner Online GmbH
- ASN AS24940
Associated Countries
- US
- DE
Saftey Score
Website marked as safe
100%
Blacklist Check
getaegis.app was found on 0 blacklists
- ThreatLog
- OpenPhish
- PhishTank
- Phishing.Database
- PhishStats
- URLhaus
- RPiList Not Serious
- AntiSocial Blacklist
- PhishFeed
- NABP Not Recommended Sites
- Spam404
- CRDF
- Artists Against 419
- CERT Polska
- PetScams
- Suspicious Hosting IP
- Phishunt
- CoinBlockerLists
- MetaMask EthPhishing
- EtherScamDB
- EtherAddressLookup
- ViriBack C2 Tracker
- Bambenek Consulting
- Badbitcoin
- SecureReload Phishing List
- Fake Website Buster
- TweetFeed
- CryptoScamDB
- StopGunScams
- ThreatFox
- PhishFort
Website Preview
Aegis Android App
Update Info
- App Aegis
- Creation Date 19 Jun 20
- Last Updated 18 Jul 24
- Current Version 1.2
Trackers
No trackers found
Permissions
- Camera
- Use Biometric
- Use Fingerprint
Aegis Reviews
More 2-Factor Authentication
-
Free, secure and open source authenticator app for both iOS and Android. Supports creating encrypted backups and syncing between devices without the need for an account.
-
Free and open-source two factor authentication app for Android. It features encrypted backups, icons, categories and a high level of customisation. It also has a Wear OS companion app
-
An easy-to-use, open-source two-factor authentication app designed specifically for iOS
-
Simple, native, open source 2-FA Client for iOS, which never connects to the internet - built by @mattrubin.me
-
Portable, encrypted desktop authenticator app for Microsoft Windows. With useful features, like hotkeys and some additional security tools, WinAuth is a great companion authenticator for desktop power-users. It's open source and well-established (since mid-2010)
-
Rust-based OTP authenticator. Has native With GNOME Shell integration. Also available through flathub.
-
-
Ente Auth is a free and open-source app which stores and generates TOTP tokens. It can be used with an online account to backup and sync your tokens across your devices (and access them via a web interface) in a secure, end-to-end encrypted fashion. It can also be used offline on a single device with no account necessary.
About the Data: Aegis
API
You can access Aegis's data programmatically via our API.
Simply make a GET
request to:
https://api.awesome-privacy.xyz/essentials/2-factor-authentication/aegis
The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.
About the Data
Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.
Share Aegis
Help your friends compare 2-Factor Authentication, and pick privacy-respecting software and services.
Share Aegis and Awesome Privacy with your network!