ARIS-CryptoPass is a little software to save Password and Credit Cards, connection free, highly secure with your own passphrase. The encrypted file will be save on your desktop, no cloud saving ! When saving Password you can use the very strong suggested password 😉
-
Launch ARIS-CryptoPass and create user, you should use a very strong passphrase and never forget it :
-
The Password Screen, on the top you have an input to search in the password list :
-
Click on Create new password to save new password or credit cards :
-
How to fill the Create Password Screen :
- Fill the Website input with name of the Website ("Github", "Gmail", "Youtube", ...)
- Fill the Username input with the username
- You can use the Suggested Password or enter your own password
-
How to fill the Create Credit Cards Screen :
- Fill the Bank Name input with name of the Bank
- Fill the Cards Number input with the number of the cards
- Fill the Date and code input with the expiration date and code of the cards ("xx/xx xxx")
-
Password and Credit Cards screen :
- You can use the "Show" button to show the username and password and "Hide" to hide it
- You can use the X to delete a saved password or credit cards
-
When you reduce or close ARIS-CryptoPass you will have it on your System Tray (little robot head)
- Left-Click on the robot head => reopen ARIS-CryptoPass
- Right-Click on the robot head => open menu and select close to close ARIS-CryptoPass
-
When you relaunch ARIS-CryptoPass after saving :
- Copy the GitHub project to any folder :
git clone https://github.com/Alastyn08/ARIS-CryptoPass.git
- Go to the data folder and modify the "ARIS-CryptoPass.desktop"
sudo nano data/ARIS-CryptoPass.desktop
- Modify the 4th line :
Exec=python3 PATH_TO_ARIS-CRYPTOPASS/ARIS-CryptoPass/launch.py
- Launch the setup.py file :
sudo python3 setup.py install
- ARIS-CryptoPass should be available on /usr/share/applications :
Launch this to create link to your desktop :
ln -s /usr/share/applications/ARIS-CryptoPass.desktop ~/Desktop/ARIS-CryptoPass.desktop
or if the "~" don't work :
ln -s /usr/share/applications/ARIS-CryptoPass.desktop YOUR_HOME_DIRECTORY/Desktop/ARIS-CryptoPass.desktop
or if the Desktop is Bureau :
ln -s /usr/share/applications/ARIS-CryptoPass.desktop ~/Bureau/ARIS-CryptoPass.desktop
Your good to go 😄 If you have any issue, fell free to create an issue.
You can find the setup file in the Setup Folder, just need to launch it and install ARIS-CryptoPass 😉
There is an issue with the Windows 10, the app don't want to go to the system tray => need to kill the app in the proccess 😧