Introduction
What do you all use for password management?
There are password managers available, but this time we have compiled examples of management using Notion.
Notion
I used to use Evernote but have now migrated to Notion.
I have summarized the reasons for this, please also see the following article.
If you are considering migrating from Evernote to Notion, please refer to the following article.
About Password Manager
There are a variety of applications that can manage passwords, including dedicated password managers (e.g., 1Password), password managers in browsers such as Chrome, and iCloud keychains on the iPhone.
Advantages include
In addition to password managers, some may also use Notion or Evernote to manage their passwords.
Manage your passwords with Notion
Management
Personally, I do not use a password manager and use Notion to manage my passwords for the following reasons
(I used to use Evernote to manage them)
One disadvantage is that you have to open Notion every time you want to log in and check your login.
In my case, I also use the browser’s save function for frequently used login information.
In this article, we will show you how to manage your personal passwords.
Please note that this is just an example.
Samples
The sample page we will be creating is available to the public.
Please access the following to check it out.
Database Creation
Notion’s database is really useful!
By adding properties, you can manage them conveniently.
First, let’s create a database.
We have created a database called “Personal Information.”
Add properties (columns), but in my case I do not add “ID” or “password” columns.
This is because there is more than just ID and password to manage.
The list is as follows.
Name | Set an easy-to-understand name, such as a site name. |
Importance | Set the importance level. For example, accounts registered on a trial basis are set to “low” to distinguish them from those used frequently. |
Category | Set the category. |
Personal Information | Some accounts require you to enter your work information, phone number, and address. If your workplace, phone number, or address changes, set it up so that you can find the information that needs to be changed. |
Billing | Check the boxes for the services you are charging for. |
Created | Display the date and time of creation. It is useful to know the date the account was created. |
Updated | Displays the update date. This is useful because the update date changes when you change your password or add something. |
Password Management
Passwords will be listed on each page.
Click “Open.”
The page details the ID, password, secret question, and history.
For example, it is easier to understand later if you write down the history of your account if you have registered for a trial account.
Creating Views
Finally, a view is created. It is useful to list by category.
Add a view.
Grouping was selected and “Categories” was chosen.
You can display information by category.
Passwords are encrypted
Text encryption
The biggest obstacle to managing passwords outside of a password manager is that you are forced to store passwords in plain text.
Incidentally, Evernote has the ability to encrypt some text in a note.
When the text is encrypted, the display will look like the following, and the original text will not be displayed unless the passphrase is entered.
Encrypted text is protected by a passphrase to protect the notes from being seen by others.
For example, Evernote text encryption will encrypt data in a notebook as follows.
You can see that the en-crypt tag is encrypted.
<content>
<![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE en-note SYSTEM "http://xml.evernote.com/pub/enml2.dtd">
<en-note>
<div>Password</div>
<en-crypt cipher="AES" length="128">
RU5DMOfFkOfsDsLr0vtthJmtj2KHj5c0XLKNz/gOhpoYjRrkHHkvsTL...XMGw/sG68xmw=
</en-crypt>
<div>
<br /></div>
</en-note>
]]>
</content>
For Evernote text encryption, programming can be done to decrypt.
Please refer to the following article.
As for Notion, unlike Evernote, it does not have the ability to encrypt some text.
Therefore, the only way to store a set of IDs and passwords in Notion is to store them in plain text, which is a security risk.
For example
There is no possibility of seeing password management notes, such as
Utilize TXT-Crypter
We have created a service called TXT-Crypter that allows you to easily encrypt and decrypt text.
It is a bit of a hassle, but let’s use Evernote-like text encryption in Notion as well.
Here are some examples of utilization.
First, the actual created page is shown below.
Please confirm that the password part can be decrypted.
First, access TXT-Crypter.
Enter the text you wish to encrypt, such as a password.
Also enter the passphrase for decryption.
In this case, we checked the “Keep decryption page simple” checkbox because we will be embedding it in Notion.
Click the “Encryption” button to generate the URL for decryption.
Click the Copy button and copy the URL.
Paste the copied URL into Notion using “Create embed”.
The following has been pasted.
This completes the process.
Click on the key icon to display the form for decryption.
Text can be displayed by entering a passphrase.
Once you have completed all the entries, lock the page.
It is recommended that you lock the page, as you will not be able to resize the embedded site.
How TXT-Crypter works
Text encryption/decryption is performed by the browser, and no passphrase or text to be encrypted is sent to the server.
Naturally, no data is stored on the server.
The encryption is similar to Evernote’s text encryption mechanism.
Text is encrypted with AES 256.
More information can be found at the following site.
The decryption URL holds encrypted information and can be decrypted with a passphrase.
Using TXT-Crypter, you can encrypt and store your passwords securely.
Let’s export the note saved in Notion as a test.
You will see that no password is included, only the URL is pasted.
<aside>
💡 2022/12/30 Apply for Prime Membership
</aside>
ID: XXXXX
MAIL: XXXX
PASS:
[https://tc.chigusa-web.com/dec?v=1.0&txt=77daf9acc618c943b76f189...VohzshLkYdOz&simple=1]
(https://tc.chigusa-web.com/dec?v=1.0&txt=77daf9acc618c943b76f189...VohzshLkYdOz&simple=1)
Please refer to the following website for more information on safety.
Also, some people may think that they will not be able to decrypt if this service is no longer available.
Wouldn’t it be a problem if the text-encrypted password could not be retrieved?
Text encrypted with TXT-Crypter can be decrypted manually.
HTML and source code for decryption is available.
With the decryption URL and passphrase, you can decrypt the file on your own PC.
finally
In this issue, we summarize how to manage passwords in Notion.
Notion’s database is very useful and we recommend it.
As a personal example, we store passwords in encrypted form.
When managing passwords, be aware of security and utilize it.