Skip to content

ZVernam/android

Repository files navigation

Vernam Android Password Generator

Android App for password generation. See details

Description:

This is password generator, which allows you to generate unique passwords on the fly.

How does it work?

  1. You enter some key which you'd like to generate unique password for.
  2. Enter you base secret password
  3. Copy generated unique password, which is not encryptable Vernam Cipher combination of previous 2 strings.

Features:

  • Store password encrypted with you biometrics
  • Accepts any url from any application
  • Strips domain name from url
  • Optionally can add any suffix to your input string as a salt

Release Notes

  • v1.0.0
    • initial release
  • v1.0.0 - v1.0.4
    • fix day theme
    • update lib versions
    • update SDK version
  • v1.0.4 - v1.0.5
    • update icons
    • some minor code cleanup
  • v1.0.5 - v1.0.6
    • code cleanup
    • remove warnings
  • v1.0.6 - v1.0.8
    • rename app
    • internal fixes and updates
  • v1.0.8 - v1.1.2
    • fixed settings save/restore issue
    • official release version
  • v1.1.2 - v1.1.3
    • update Gradle version
    • fix manifest namespace
  • v1.1.3 - v1.1.4
    • update to latest API Version 34
  • v1.1.4 - v1.1.5
    • remove email address hint
  • v1.1.5 - v1.2.0
    • add hash/unhash icon in toolbar

Links: