/* Trust Nobody 1.1 Readme */ /* Welcome to Trust Nobody, a program that allows the creation of encrypted notes that can only be read by entering a correct password. */ ***Starting the program for the first time:*** 1. All of the program's file need to be present at the same location. 2. Make sure Open Object Rexx and BSF4ooRexx are installed. 3. The library Jasypt is needed for the program to function properly. 4. Please go to https://github.com/jasypt/jasypt/releases/tag/jasypt-1.9.3 5. Download the file "jasypt-1.9.3-dist.zip" 6. Unzip "jasypt-1.9.3-dist.zip" and get "jasypt-1.9.3.jar" from the following path after opening the archive: \jasypt-1.9.3\lib\jasypt-1.9.3.jar 7. Add "jasypt-1.9.3.jar" to the computer's classpath. 8. Start using the program by running the file "trustnobody.rex". *** *** Upon starting for the first time don't forget to setup a new password, if none is set you will be redirected to the Sign Up / Reset page automatically. You can set any password including upper, lower and special characters. Please keep in mind that should the password be lost, there is no way to recover saved notes. Should it be lost, simply go to the Sign Up / Reset page to set a new password and reset the app. To start writing encrypted notes, first choose "Notes" from the main menu and then one of the two available notebooks, "General" and "Ideas". Don't forget to save after making changes to your notes! This program creates a log file, monitoring all of the user's actions. *** ***Thanks to:*** Alfredo Hernandez for the program's icon: https://www.flaticon.com/authors/alfredo-hernandez Anne-marie Ridderhof for the program's background image: https://pixabay.com/users/Ridderhof-3351731/ *** ***Changelog 1.0 --> 1.1*** If no password has been setup, now instead of an error message the user gets sent to the Sign Up / Reset page. Updated Readme Added additional log entry triggers ***