I’ve been a bit busy on various projects but finally I was able to publish a new mobile application called “Saferoom”. The Saferoom is an application that can store your passwords and usernames for various services. User needs to memorize one main password that is used to encrypt the data using the RC4 algorithm. RC4 algorithm might not be a safest one to use but it should be enough to keep your data safe from a common pickpocket.
There is a source code available along with the NetBeans IDE 5.0 project files. I tried to use the new “WaitScreen” component with the implemented Executable class but I wasn’t able to get it
working as it didn’t seem to call the Executable’s execute method when the screen was activated. I left the WaitScreen component in the flow as it makes the flow more readable for others.
Edit, April 4th: The WaitScreen component seems to be working as expected. I’m going to start using it in the next release.