https://github.com/suraj0223/crypty_crypt
Encrypt image to String and then again string to image
https://github.com/suraj0223/crypty_crypt
aes-encryption crytography dart-library encryption-algorithms flutter-apps image-manipulation
Last synced: 28 days ago
JSON representation
Encrypt image to String and then again string to image
- Host: GitHub
- URL: https://github.com/suraj0223/crypty_crypt
- Owner: suraj0223
- Created: 2021-05-10T05:09:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-18T07:22:26.000Z (over 3 years ago)
- Last Synced: 2025-02-06T17:41:40.062Z (3 months ago)
- Topics: aes-encryption, crytography, dart-library, encryption-algorithms, flutter-apps, image-manipulation
- Language: Dart
- Homepage: https://docs.google.com/document/d/1LcQ-f0P0VpFhGmUsMcyDEAMhOUOS8luSwR7OIXerPPw/edit?usp=sharing
- Size: 2.13 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Crypty Crypt**
> Encrypt your image and share it to the world without any fear of spying your image by someone in the middle of the network.
## **How it works**
- Upload an image from your local storage.
- Encrypt it, using the application with its most advanced AES encryption algorithm.
- Go to decrypt screen and then decrypt your original image.## **Process involved**
1. ### **Encryption**

2. ### **Decryption**

### **ScreenShots**



### **Upcoming Features**
- Share your encrypted image Unique ID with your friend so that he or she can use it for decryption with that ID.
#### *For more detailed explaination how this application works and what the Encryption algorithm used please fell free to explore [documentation](https://docs.google.com/document/d/1LcQ-f0P0VpFhGmUsMcyDEAMhOUOS8luSwR7OIXerPPw/edit#)*