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

🪲 Updates (Versions 0.2.0-0.3.0) 🪲 #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

# Smart 2FA

Smart2FA is a free, secure, open-source app allows you protect your accounts by adding 2-factor authentication (2FA). The app brings together best-in-class security practices and a seamless user experience together. Enable Smart2FA for your favorite online services.
Smart2FA is a free, secure, open-source app allows you to protect your accounts by adding 2-factor authentication (2FA). The app brings together best-in-class security practices and a seamless user experience together. Enable Smart2FA for your favorite online services.

![promo_2FA](https://user-images.githubusercontent.com/9394904/178302234-12e6d562-0f02-4846-8d13-5e06b3086d4c.png)

The Smart2FA app generates secure 2 step verification tokens on your device. It helps you protect your account by adding an additional layer of security. Just enable the two-factor authentication in your account settings for your provider, scan the QR code provided and you're good to go!
The Smart2FA app generates secure 2-step verification tokens on your device. It helps you protect your account by adding a layer of security. Just enable the two-factor authentication in your account settings for your provider, scan the QR code provided, and you're good to go!

Download our APP Free!

Smart2FA support the TOTP algorithm. This algorithm is industry-standard and making Smart2FA compatible with thousands of services. Any web service that supports Google Authenticator will also work with Smart2FA Authenticator.

A time-based one-time password (TOTP) is a temporary passcode generated by an algorithm that uses the current time of day as one of its authentication factors. A time factor restricts user authentication to a specific time window in which logging on is permitted and restricts access to the system outside of that window.
A time-based one-time password (TOTP) is a temporary passcode generated by an algorithm that uses the current time of day as one of its authentication factors. A time factor restricts user authentication to a specific time window in which logging on is permitted and restricts access to the system outside that window.

Smart 2FA Feature overview
## Smart 2FA Feature overview

- Free & open source
- Backups with AES 256-bit Encryption
Expand All @@ -35,10 +35,10 @@ Smart 2FA Feature overview
You can import Smart2FA backups in any device running Smart2FA Authenticator. This is highly useful in cases where you use 2 or several devices or need to switch your phone.

### All of your accounts:
We support most major multifactor authentication accounts including Github, Epic Games, Gmail, Facebook and thousands of other providers. We support 6, 8, and 12-digit tokens.
We support most major multi-factor authentication accounts including GitHub, Epic Games, Gmail, Facebook and thousands of other providers. We support 6, 8, and 12-digit tokens.

### Protect your Crypto
Smart2FA is the two factor authentication solution to protect your cryptocurrency wallet.
Smart2FA is the two-factor authentication solution to protect your cryptocurrency wallet.

### Open source
Smart2FA is open source and licensed under GPLv3.
Expand All @@ -48,6 +48,11 @@ https://github.com/technologiespro/smart2fa/releases

For application improvements, write to https://community.smartholdem.io/

## To-do
- [ ] Toggle (Hide/Show) Tokens.
- [ ] More improvement to the UI.
- [ ] Automated build for all supported platforms.

---

## На Русском
Expand Down
Loading