Back to projects
Jun 19, 2026
1 min read

Chrome CryptoPad

Chrome extension to encrypt and decrypt text

CryptoPad is a Google Chrome extension that allows you to encrypt and decrypt text using a password.

It uses the Web Crypto API to perform encryption and decryption, ensuring your data is not tied to a specific implementation and can be decrypted using any tool that supports the same standard.

I implemented this as a Google Chrome extension to prove that it is compatible with the Obsidian Plugin.

Grab it from Github repo.

screenshot