Skip to content
/ twik Public
forked from gustavomondron/twik

Twik is an Android application that makes it easier to generate secure and different passwords for each website.

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

Claudinux/twik

 
 

Repository files navigation

Twik

Twik is an easy to use password generator and manager for Android. Your passwords are always available when you need them, but they are never stored anywhere!

Keeping up with todays password requirements isn’t easy. On the one hand, you want to have different, hard-to-guess passwords for each website and service. On the other hand, it’s hard to remember so many passwords! You can rely on a web service to keep all your passwords, and make them readily available from any device. However, this creates a single point of failure: if this password service is compromised, all your passwords would be leaked!

Twik works in a different way. You have to provide a private key that will be stored in the device, and think of a strong master key that will not be stored anywhere. Any time you need to generate a password for a website, you must type your master key. The combination of the master key, the private key, and the website will be used to generate a unique, strong password. Since passwords are generated each time, even if one of them is compromised the rest would be safe. Twik also integrates with any web browser, so that you can generate a password quickly by sharing a website with Twik from the browser.

Twik is also available as a [Chrome Extension](https://chrome.google .com/webstore/detail/twik-password-generator/aabbbcmaljeehpfjoepomhbocldfkinc) in the Chrome Web Store.

Twik features include:

  • Several profiles, each with its own private key
  • Favicons to easily identify websites
  • Identicons to check that you typed your master key correctly at a glance
  • Share any website from a web browser to generate a password for it
  • Customize password generation for each website (password length and characters)
  • Automatically copy generated passwords to the clipboard

Building

The source code includes an Android Studio project. Just open the project and build it to generate the apk file, which can be installed on the device.

Acknowledgments

French translation by Andrés Álvarez and greizgh.

License

Twik is free software and is distributed under the GPLv3 license. See COPYING for more information.

External code

This project uses code from third-parties, licensed under their own terms:

About

Twik is an Android application that makes it easier to generate secure and different passwords for each website.

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%