An open API service indexing awesome lists of open source software.

https://github.com/manjushsh/file-encrypt-decrypt

Encrypt and Decrypt your files easily on your browser. All computation done locally. No files are uploaded to any server.
https://github.com/manjushsh/file-encrypt-decrypt

aes-encryption aes-gcm browser decryption encryption encryption-decryption file-encryption javascript subtlecrypto

Last synced: 4 months ago
JSON representation

Encrypt and Decrypt your files easily on your browser. All computation done locally. No files are uploaded to any server.

Awesome Lists containing this project

README

        

[![CodeQL](https://github.com/manjushsh/file-encrypt-decrypt/actions/workflows/codeql.yml/badge.svg?branch=test%2Fci-cd)](https://github.com/manjushsh/file-encrypt-decrypt/actions/workflows/codeql.yml)

# Browser based File encryption and decryption using SubtleCrypto API

Encrypt and Decrypt your files easily!

- API reference:
- Browser compatibility (Most browsers supported):
- Encryption: AES-GCM
- Hosted URL:

# How to run :
- Clone the repository

```bash
git clone https://github.com/manjushsh/file-encrypt-decrypt.git
```

- Start App

```bash
cd file-encrypt-decrypt
yarn install
yarn start
```