Skip to main content

Abyss Crypt

Abyss Crypt is a simple tool to encrypt and decrypt files on the fly, through a web UI or an API.

What you can do

  • Encrypt a file with a password and a chosen algorithm
  • Decrypt a previously encrypted file
  • Browse the history of your operations (cryptions)
  • Plug encryption into your code with the NPM package @abyss-project/crypt
info

Abyss Crypt only acts as a transit: Abyss never keeps your files or keys. Each operation returns the encrypted or decrypted output immediately.

Getting started

From the web app

  1. Sign in at crypt.abyss-project.fr
  2. Drag-and-drop your file
  3. Pick Encrypt or Decrypt
  4. Enter your password — the result is downloaded

From your code

See Core then Encryption / Decryption.

Limits

  • Maximum file size: 100 MB

API and SDK