8000 GitHub - 0xGingi/encrypt: Encrypt and Decrypt files securely in your browser.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0xGingi/encrypt

 
 

Repository files navigation

encrypt.0xgingi.com


Android APK: https://github.com/0xGingi/encrypt/releases/download/v1.0/encrypt.0xgingi.apk

a web app that provides secure local file encryption in the browser. It's fast, secure, and uses modern cryptographic algorithms with chunked AEAD stream encryption/decryption.

Features

Security

  • XChaCha20-Poly1305 - for symmetric encryption.
  • Argon2id - for password-based key derivation.
  • X25519 - for key exchange.

The libsodium library is used for all cryptographic algorithms.

Privacy

  • The app runs locally in your browser.
  • No data is ever collected or sent to anyone.​

Functionality

  • Secure multiple file encryption/decryption with passwords or keys.
  • Secure random password generation.
  • Asymmetric key pair generation.
  • Authenticated key exchange.
  • Password strength estimation.

Browser Compatibility

We officially support the last two versions of every major browser. Specifically, we test on the following

  • Chrome on Windows, macOS, and Linux , Android
  • Firefox on Windows, macOS, and Linux
  • Safari on iOS and macOS
  • Edge on Windows

Safari and Mobile browsers are limited to single 1GB files, due to lack of support with server-worker fetch api.


Donations

The project is maintained in my free time. Donations of any size are appreciated :


Crypto

Coin Address
Monero 46pdzdKAvivYbYLeH6A3qc8Xqh5Kuce7CabChP6e385N44X4qNbSTUBRDTrFzfak9iGvMQStL4yefKgWZX1DwBZM5psq8TB



About

Encrypt and Decrypt files securely in your browser.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.5%
  • CSS 1.5%
0