Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extensive Bluetooth and FIDO changes #54

Merged
merged 17 commits into from
May 7, 2023
Merged
Prev Previous commit
Next Next commit
Add screenshot to README.md
  • Loading branch information
tejado committed Apr 16, 2023
commit d00fd517d659decb33a5747f8e4ce71688ebbe36
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Authorizer ![CI](https://github.com/tejado/Authorizer/workflows/CI/badge.svg?branch=master&event=push)
<img src="https://user-images.githubusercontent.com/3774136/232328062-ed34e91c-d239-499f-9a48-b8f6a19820ed.png" align="right" height="400" alt="Authorizer Screenshot">
**Transform Android devices into secure, offline password managers with USB/Bluetooth Auto-Type, OTP, and FIDO support.**

Use your Android device as a dedicated hardware password manager. It avoids manual typing of lengthy and complicated passwords by offering USB and Bluetooth Auto-Type features. Acting as a keyboard, Authorizer enables users to automatically input passwords on their PC, laptop, tablet, or another smartphone with a simple in-app button press.
Expand All @@ -16,7 +17,6 @@ Encrypted offline backups eliminates the risk of security breaches in online ser
<img src="https://user-images.githubusercontent.com/3774136/232325067-c6e08d0b-0383-4d80-8e09-b6bf2a55c170.png" alt="Get it on GitHub" height="80"/></a>

## Table of Contents

- [Features](#features)
- [Getting started ](#getting-started)
- [Device Recommendation](#device-recommendation)
Expand Down Expand Up @@ -86,7 +86,6 @@ Authorizer does not require root permissions when it is allowed to write to /dev
## Features in Detail

#### Auto-Type over USB and Bluetooth
<a href="https://www.youtube.com/watch?v=KL2qjMogQMY"><img src="https://img.youtube.com/vi/KL2qjMogQMY/0.jpg" align="right" height="200" alt="Authorizer PoC YouTube video"></a>
Authorizer is able to pretend to be an HID Keyboard so it can auto-type the credentials over USB and Bluetooth.
There are Auto-Type buttons at the password entry view. If a button is pressed longer, a different keyboard layout can be choosen. Additional, there is a USB Quick Auto-Type button in the TreeView which auto-types the respective password on a long press.
There are different settings per password entry like delimiter and the password return suffix. In the general App preferences a default keyboard layout can be choosen.
Expand Down