Sponsored Links

How to Securely Manage Passwords in Notion with Encryption

Tools
Sponsored Links

Introduction

What do you use for password management?

There are various password managers available, but this time, I will introduce how to manage passwords using Notion.

You can securely manage passwords in Notion using TXT-Crypter, a free and easy-to-use app.
This guide will walk you through the process.

Notion

I used to use Evernote, but I have now migrated to Notion.
I’ve summarized the reasons for this—please check out the following article:

If you are considering migrating from Evernote to Notion, you may find this guide helpful:

About Password Managers

There are various applications for managing passwords, including dedicated password managers (e.g., 1Password), built-in browser password managers like Chrome, and iCloud Keychain on iPhone.

Some key advantages include:

Advantages
  • Login information can be synchronized across multiple devices, including PCs and smartphones.
  • You can autofill passwords directly from the app to the browser.
  • Some applications can also store additional information, such as addresses.

In addition to password managers, some people use Notion or Evernote to store their passwords.

Regardless of the method, passwords should always be kept secure.
Most importantly, never reuse passwords, as this significantly increases the risk of unauthorized access.

Sponsored Links

Manage Your Passwords with Notion

Management

Personally, I don’t use a password manager; instead, I manage my passwords with Notion for the following reasons.
(I previously used Evernote for password management.)

  • I want to centrally manage all my passwords and other important information in Notion.
  • I also need to store confidential information, including IDs, passwords, security questions, My Number, credit card numbers, addresses, phone numbers, and secret keys (files) for server logins.
  • Additionally, I want to keep a history of when and why I registered, when I changed my password, and whether I have canceled my membership.

One drawback is that you need to open Notion every time you log in to check your credentials.
In my case, I also use the browser’s save function for frequently used login information.

In this article, I’ll share how I manage my personal passwords.
Please note that this is just one example.

Samples

The sample page we are creating is publicly available.
You can check it out by accessing the link below.

Notion | Where teams and agents work together
A collaborative AI workspace, built on your company context. Build and orchestrate agents right alongside your team's pr...

Database Creation

Notion’s database feature is incredibly useful!
By adding properties, you can organize and manage your data more efficiently.

First, let’s create a database.
In this example, we have created a database called “Personal Information.”

Add properties (columns), but in my case, I do not include “ID” or “Password” columns.
This is because I need to manage more than just IDs and passwords.

Here is the list of properties:

NameSet an easy-to-identify name, such as the site name.
ImportanceSet the importance level.
For example, accounts registered for trial purposes can be set to “Low” to distinguish them from frequently used accounts.
CategorySet the category.
Personal InformationSome accounts require you to enter work details, phone numbers, and addresses.
If your workplace, phone number, or address changes, ensure you can easily find the information that needs to be updated.
BillingCheck the box for any paid services you are subscribed to.
CreatedDisplays the date and time the account was created.
This helps track when the account was first registered.
UpdatedDisplays the last updated date.
This is useful because the update date changes when you modify your password or add new information.

Password Management

Passwords are listed on each page.
Click “Open” to view the details.

Each page contains the ID, password, security question, and history.
For example, if you registered a trial account, writing down its history can help you understand its usage later.

For example, it is useful to consolidate your Yahoo account, internet provider details, and other related information on a single page, along with any supplementary notes.

Personally, I found this method effective and have managed my password information using Notion and Evernote.

Creating Views

Finally, create a view to organize your data.
Listing entries by category makes it easier to navigate.

Add a new view.

Grouping was selected, and “Categories” was chosen.

You can organize and display information by category.

The convenience of Notion’s view feature allows you to present information in multiple ways!

Passwords Are Encrypted

Text Encryption

One of the biggest challenges of managing passwords outside of a password manager is the need to store them in plain text.

Interestingly, Evernote offers a feature that allows you to encrypt specific text within a note:

Just a moment...

When text is encrypted, it appears as shown below, and the original content remains hidden until the correct passphrase is entered.

I used to store my passwords in Evernote, keeping them as encrypted text.

Encrypted text is secured with a passphrase, ensuring that notes remain protected from unauthorized access.

For example, Evernote’s text encryption encrypts data within a notebook as shown below.
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>

Of course, all communication between the client and server is encrypted.
However, when text is encrypted, it is synchronized with Evernote’s servers in its encrypted form, ensuring that even if a note is leaked, the encrypted text remains protected.

For Evernote’s text encryption, decryption can be performed programmatically.
Please refer to the following article:

Unlike Evernote, Notion does not have a built-in feature to encrypt specific text.
As a result, storing ID and password combinations in Notion means keeping them in plain text, which poses a security risk.

For example:

Potential Risks
  • Notion’s data is illegally leaked.
  • A note is accidentally made public.
  • Someone gains access to your PC or phone and views your Notion notes.

While all client-server communications are encrypted, and many companies trust Notion’s strong security, the possibility of data leakage is minimal.
However, in the unlikely event of a breach—or if someone gains access to your device and views your notes—it is wise to encrypt and securely store your passwords as an extra precaution.

Sponsored Links

Utilize TXT-Crypter

We have developed a service called TXT-Crypter, which allows you to easily encrypt and decrypt text.
While it requires a bit of extra effort, you can also use Evernote-like text encryption in Notion for added security.

First, here is an example of an actual created page.
Please check that the password section can be successfully decrypted.

Notion | Where teams and agents work together
A collaborative AI workspace, built on your company context. Build and orchestrate agents right alongside your team's pr...

First, go to TXT-Crypter.

TXT-Crypter
A free service to encrypt text and share or save it as a URL. Only those who know the passphrase can decrypt it. No regi...

Enter the text you want to encrypt, such as a password.
Then, enter a passphrase for decryption.

In this case, we checked the “Keep decryption page simple” option because we plan to embed it in Notion.

Click the “Encryption” button to generate a decryption URL.
Then, click the “Copy” button to copy the URL.

Paste the copied URL into Notion using “Create embed.”

The following has been embedded.
This completes the process.

Click the key icon to display the decryption form.

It is recommended to set the embed size large enough to properly display the decryption form.

Entering a passphrase allows the encrypted text to be displayed.

This ensures that passwords are securely stored in an encrypted format, preventing unauthorized access without the passphrase.

Once all entries are complete, lock the page for added security.

How TXT-Crypter works

Encryption and decryption are performed entirely within the browser, meaning that neither the passphrase nor the text to be encrypted is sent to the server.
Naturally, no data is stored on the server.

TXT-Crypter’s encryption mechanism is similar to Evernote’s text encryption.
It uses AES-256 encryption to secure the text.

For more details, visit:

About
A free service to encrypt text and share or save it as a URL. Only those who know the passphrase can decrypt it. No regi...

The decryption URL contains the encrypted data, which can be decrypted using the correct passphrase.

Encrypt Passwords with TXT-Crypter
  • Even if Notion’s data is leaked, the passwords remain encrypted and cannot be decrypted.
  • Even if someone gains access to your PC and views your Notion password management notebook, the passwords will not be visible without the correct passphrase.

Using TXT-Crypter, you can encrypt and securely store your passwords.

As a test, let’s export a note saved in Notion.
You’ll notice that no passwords are included—only the encrypted 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)

For more details on security, please visit:

About
A free service to encrypt text and share or save it as a URL. Only those who know the passphrase can decrypt it. No regi...

TXT-Crypter is not exclusive to Notion—it can be used with other memo applications as well.

Some may wonder:

“What if this service becomes unavailable? Will I lose access to my encrypted passwords?”

No need to worry! Text encrypted with TXT-Crypter can be manually decrypted.
We provide an HTML tool and source code for decryption.

With the decryption URL and passphrase, you can decrypt your data on your own PC.

About
A free service to encrypt text and share or save it as a URL. Only those who know the passphrase can decrypt it. No regi...

Even in the unlikely event that TXT-Crypter is no longer available, your encrypted text will still be accessible.

We encourage you to take advantage of TXT-Crypter to enhance your security and protect your sensitive information.

Conclusion

In this article, we explored how to manage passwords in Notion.
Notion’s database features are highly useful, and we highly recommend using them.

As a personal example, I store passwords in an encrypted format.
When managing passwords, always prioritize security and make the most of these tools.

ProductsToolsTools otherTXT-Crypter
Sponsored Links

My Work

Chigusa @chigusaweb

A working IT engineer. Coding and sharing tech insights on my own terms. Web apps / Windows & Mac apps / Mobile apps — and more. (Java, PHP, JavaScript, Swift, Python, C#, and others) Solo projects: Clibor, Quipha, TXT-Crypter, Chigusa Tools Kindle books: Laravel 9 in Practice, and more

Clipboard History

Clibor

Windows

A simple yet powerful clipboard history manager for Windows. Save frequently used phrases as templates, and access them from your clipboard anytime. Supports advanced text formatting, FIFO mode, and hotkeys.

Clipboard History

Everything you love about Clibor — now on Mac. Supports text templates, advanced formatting, FIFO mode, and more. Compatible with the latest macOS Tahoe.

Text Encryption

A free service to encrypt text and share or save it via URL. Only those with the passphrase can decrypt it. No sign-up required. No data stored on the server. Also available as a Notion integration.

Tools

A collection of web utilities for everyday productivity boosts. From text and data processing to the latest AI integrations — all the little tools you keep Googling, in one place.

Copied title and URL