CryptPass App is an app based on the CryptPass library. For any details and downloads please see CryptPass official webpage.
This app is also published on Google Play Store and here is the source code.
This app is made with Apache Cordova and implemented for the following platforms: Android, Linux and Windows.
You can collaborate with me for the development and you can also compile and install it by yourself following the instructions below.
#basically locally restore the project
# -------> must have installed typescript 4.9.5 and cordova 11.1.0 before
git clone https://github.com/ossacolsale/CryptPassApp.git
npm update
cordova prepare
node setup-electron.js
#then compile or test the app on your favourite platform with one of the above commands:
npm run test-android #to test on android
npm run build-android #to build the aap (find it on "platforms/android/app/build/outputs/bundle/release/")
npm run test-electron #to test on electron
npm run build-electron #to build on electron (zip for windows, deb and zip for linux, find them on "platforms/electron/build/")