Skip to main content

Featured

Things to check when storing personal information on your smartphone

I can't remember all the dozens of login IDs and passwords I use. There are more than 20 frequently used IDs and passwords such as payment passwords, online banking passwords, Google, Amazon, etc. Some IDs and passwords have a pattern, but it is not possible to apply the pattern to all passwords, and it is often forgotten. Forgetting the password is very annoying, so I just store personal information in the memo/note apps on smartphones. But when these memo/note apps store simple texts, do they encrypt them? Do these apps use a local database such as Sqlite? Aren't these apps using cloud databases to send data to external servers? When storing sensitive personal information on your smartphone, it is recommended to check the following two things. 1. Whether to send data to the server The reason why you need to check whether data is sent to the server is the potential for personal information leakage. There may be incidents where the server is hacked or data is leaked without per...

An app that allows you to easily and securely keep your login ID and password

In the digital age, many services are used, so you must manage your login ID and password well.

In the past, I saved the ID and password in an excel file. However, recently, I use a smartphone more than a desktop, and it is very inconvenient to open an Excel file on a smartphone.

So, I mainly used the notepad/note app available on the smartphone. But I didn't like this either. Because when the password is stored in the app, I don't know if my password is stored encrypted. 😒

So I just decided to make one simple and easy app. The database structure of this app is very simple, but when storing passwords, the security is very strong because they are stored in the AES-256 method. 👍

securely keep your login ID and password


Even if any malicious app breaks into this app's data store, it will be almost impossible to decrypt the stored password. Only this app can decrypt and view saved passwords.

And you can use it with confidence because the app does not transmit or share any user data externally.

If the number of users of this app increases, I would like to add more features such as search function, double lock function, data backup/restore.


This app is now available for download on Google Play. 

Go to Download Easy Password Manager.

securely keep your login ID and password


If you have any inconveniences or suggestions while using this app, please leave a comment on this blog or email to interbizu@gmail.com.

Thank you in advance for using this app. 😀



Comments