https://github.com/blahberi/cryptox
Now with CryptoX, even your nan can encrypt like a pro
https://github.com/blahberi/cryptox
cryptography
Last synced: over 1 year ago
JSON representation
Now with CryptoX, even your nan can encrypt like a pro
- Host: GitHub
- URL: https://github.com/blahberi/cryptox
- Owner: blahberi
- License: unlicense
- Created: 2020-12-18T18:56:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T13:13:26.000Z (almost 4 years ago)
- Last Synced: 2023-08-17T20:25:02.214Z (almost 3 years ago)
- Topics: cryptography
- Language: C#
- Homepage:
- Size: 209 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CryptoX
## About CryptoX
CryptoX is an open-source encryptor and decryptor.
It uses the AES method for encrypting, but I'm planning on adding more encryption methods in the near future.
This method supports any 256 bit keys (The most secure key AES has), but I will add the ability to choose how many bits you want soon.
CryptoX also contains a simple UI.
## How to install:
[Click here](https://github.com/blahberi/CryptoX/releases/download/v2.0/CryptoXinstaller.msi) to download the installer.
## How to use:
- Add files into CryptoX by dragging and dropping them, or with the file menu at the top.
- Encrypt or decrypt the files by clicking the encrypt or decrypt buttons.
- Save the key as binary in a file, or copy it as text to share it with other people (Make sure you securily send the key!)
- Generate a new key by clicking on the generate key button.
## ⚠WARNING⚠
Generating a new key will completely overwrite the old key.
There will be **no way** of getting that key back. all of the files that are still encrypted with the old key will be lost **permanently**.
I am not responsible for lost files, **use at your own risk!**
## ⚠WARNING⚠