Aegis

getaegis.app
Aegis Icon

Free, secure and open source authenticator app for Android. Has a backup/ restore feature and a customisable UI with dark mode

Open Source

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

A

Documents

About the Data

This data is kindly provided by tosdr.org. Read full report at: #4076

Aegis Source Code

Author

beemdevelopment

Description

A free, secure and open source app for Android to manage your 2-step verification tokens.

#2fa#android#authenticator#encryption#fingerprint#hotp#otp#secure#totp

Homepage

https://getaegis.app

License

GPL-3.0

Created

15 Aug 16

Last Updated

14 Sept 24

Latest version

v3.2

Primary Language

Java

Size

21,374 KB

Stars

8,824

Forks

372

Watchers

8,824

Language Usage

Language Usage

Star History

Star History

Recent Commits

  • 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

  • Alexander Bakker (11 Sept 24)

    Merge pull request #1482 from michaelschattgen/feature/rounded-progressbar Make progressbar rounded on the right side

  • Michael SchƤttgen (11 Sept 24)

    Prevent copying when revealing code

  • Michael SchƤttgen (11 Sept 24)

    Make progressbar rounded on the right side

  • Michael SchƤttgen (11 Sept 24)

    Add ability to reorder groups

  • Alexander Bakker (08 Sept 24)

    Release v3.2

  • Alexander Bakker (08 Sept 24)

    Update translations from Crowdin

  • Alexander Bakker (06 Sept 24)

    Merge pull request #1468 from michaelschattgen/feature/add-search-behavior Add preference to change search behavior

  • Michael SchƤttgen (04 Sept 24)

    Merge pull request #1466 from alexbakker/fix-audit-log-crash Account for audit log entries that reference deleted entries

  • Michael SchƤttgen (27 Aug 24)

    Add preference to switch search behavior

  • Alexander Bakker (27 Aug 24)

    Account for audit log entries that reference deleted entries This fixes the following crash I noticed in the developer console: ``` Exception java.lang.AssertionError: at com.beemdevelopment.aegis.util.UUIDMap.getByUUID (UUIDMap.java:127) at com.beemdevelopment.aegis.vault.VaultRepository.getEntryByUUID (VaultRepository.java:229) at com.beemdevelopment.aegis.ui.fragments.preferences.AuditLogPreferencesFragment.lambda$onViewCreated$0 (AuditLogPreferencesFragment.java:70) at androidx.lifecycle.LiveData.considerNotify (LiveData.java:133) at androidx.lifecycle.LiveData.dispatchingValue (LiveData.java:151) at androidx.lifecycle.LiveData.setValue (LiveData.java:309) at androidx.lifecycle.LiveData$1.run (LiveData.java:93) at android.os.Handler.handleCallback (Handler.java:959) at android.os.Handler.dispatchMessage (Handler.java:100) at android.os.Looper.loopOnce (Looper.java:232) at android.os.Looper.loop (Looper.java:317) at android.app.ActivityThread.main (ActivityThread.java:8592) at java.lang.reflect.Method.invoke at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:580) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:878) ```

  • Michael SchƤttgen (27 Aug 24)

    Merge pull request #1467 from alexbakker/trim-search Trim spaces from the search filter

  • Alexander Bakker (27 Aug 24)

    Trim spaces from the search filter

  • Michael SchƤttgen (27 Aug 24)

    Merge pull request #1464 from alexbakker/shapeableimageview Replace CircleImageView with ShapeableImageView

  • Alexander Bakker (26 Aug 24)

    Replace CircleImageView with ShapeableImageView

  • Michael SchƤttgen (26 Aug 24)

    Merge pull request #1465 from alexbakker/vendor-jcenter-libs Vendor TextDrawable and TrustedIntents

  • Alexander Bakker (26 Aug 24)

    Vendor TextDrawable and TrustedIntents These were the only two libraries we were still getting from JCenter, which was permanently shut down recently: https://jfrog.com/blog/jcenter-sunset/

  • Alexander Bakker (23 Aug 24)

    Merge pull request #1458 from michaelschattgen/fix/hidden-dots-size Fix sizing inconsistency of the dots in hidden view

  • Michael SchƤttgen (21 Aug 24)

    Fix sizing inconsistency of the dots in hidden view

  • Alexander Bakker (12 Aug 24)

    Merge pull request #1447 from michaelschattgen/feature/hide-account-name-tiles Add ability to hide account name in tiles mode

  • Michael SchƤttgen (05 Aug 24)

    Add ability to hide account name in tiles mode

  • Michael SchƤttgen (11 Aug 24)

    Merge pull request #1454 from alexbakker/pass-popup-check Add an extra check before showing the password reminder popup

  • Alexander Bakker (10 Aug 24)

    Add an extra check before showing the password reminder popup This is another attempt to fix a rare crash we're seeing in the developer console: ``` Exception android.view.WindowManager$BadTokenException: Unable to add window -- token null is not valid; is your activity running? at android.view.ViewRootImpl.setView (ViewRootImpl.java:1423) at android.view.WindowManagerGlobal.addView (WindowManagerGlobal.java:408) at android.view.WindowManagerImpl.addView (WindowManagerImpl.java:148) at android.widget.PopupWindow.invokePopup (PopupWindow.java:1583) at android.widget.PopupWindow.showAsDropDown (PopupWindow.java:1430) at android.widget.PopupWindow.showAsDropDown (PopupWindow.java:1386) at com.beemdevelopment.aegis.ui.AuthActivity.lambda$showPasswordReminder$5 (AuthActivity.java:253) at android.os.Handler.handleCallback (Handler.java:942) at android.os.Handler.dispatchMessage (Handler.java:99) at android.os.Looper.loopOnce (Looper.java:211) at android.os.Looper.loop (Looper.java:300) at android.app.ActivityThread.main (ActivityThread.java:8294) at java.lang.reflect.Method.invoke at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:580) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1028) ```

  • Alexander Bakker (09 Aug 24)

    Update dependencies

  • Michael SchƤttgen (02 Aug 24)

    Merge pull request #1444 from alexbakker/scroll-export-dialog Make the export dialog scrollable

  • Alexander Bakker (02 Aug 24)

    Make the export dialog scrollable Reported by @valentinb102 on Matrix.

  • Alexander Bakker (23 Jul 24)

    Merge pull request #1429 from r3dh3ck/fix/preferences_result_location Remove preferences result

  • r3dh3ck (23 Jul 24)

    Remove preferences result

  • Alexander Bakker (23 Jul 24)

    Expand the number of cases covered under the slot exclusion tests

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

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!

View 2-Factor Authentication (9)