Skip to content

An android password manager based on Revelation Password Manager file format.

License

Notifications You must be signed in to change notification settings

OldSparkyMI/aRevelation

 
 

Repository files navigation

aRevelation

An android password manager based on Revelation Password Manager file format. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface on your smartphone.

  • very simple gui, easy to use
  • stores your information in a secured single file
    • one file, one password
    • no master password for multiple files
    • passwords are categorizable in every file
  • fast, secure and powerful

Original Revelation password manager for GNOME can be found here:
https://revelation.olasagasti.info/

Build (Ubuntu)

####Install JDK

apt-get install openjdk-8-jdk

####Download and extract android SDK Go to http://developer.android.com/sdk/index.html You don't need to download ADT Bundle, just sdk. For example "android-sdk_r24.1.2-linux.tgz". After that you need to extract file by using tar:

tar -xzvf android-sdk_r24.1.2-linux.tgz

It will extract content of the archive to current directory.

####Update your sdk

cd android-sdk-linux/tools
./android

Check "Android SDK Build-tools" (22.0.1), suggested packages and click "Install"

####Install git

apt-get install git

####Clone aRevelation project

git clone https://github.com/OldSparkyMI/aRevelation.git

####Install ia-32-libs or gcc-multilib (x86_64 OS)

sudo apt-get install ia-32-libs

####Go to project directory and run build

cd aRevelation
export ANDROID_HOME="path/to/android-sdk-linux"
./gradlew build

You can find .apk files in aRevelation/build/apk

About

Thanks to

About

An android password manager based on Revelation Password Manager file format.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%