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
- Sign in at crypt.abyss-project.fr
- Drag-and-drop your file
- Pick Encrypt or Decrypt
- Enter your password — the result is downloaded
From your code
See Core then Encryption / Decryption.
Limits
- Maximum file size: 100 MB
API and SDK
- App: crypt.abyss-project.fr
- API: crypt-api.abyss-project.fr/api (swagger)
- NPM package:
@abyss-project/crypt— see Core