parent
08b771c863
commit
79a91c6878
@ -0,0 +1,20 @@
|
|||||||
|
# Custom encryption with steganography
|
||||||
|
|
||||||
|
**Tier - 2:** Intermediate
|
||||||
|
|
||||||
|
- Custom encryption tool that can hide your data inside any png image helping in secure transmission and storage of user data.
|
||||||
|
|
||||||
|
## User Stories
|
||||||
|
|
||||||
|
- [ ] Implement data ingest process. input can be of txt format.
|
||||||
|
- [ ] Create a custom encryption such as Block cipher.
|
||||||
|
- [ ] Add another layer of encryption such as AES.
|
||||||
|
- [ ] Input source image in which data is to be hidden.
|
||||||
|
- [ ] Use steganography function to hide encrypted data into given image.
|
||||||
|
|
||||||
|
## Bonus features
|
||||||
|
|
||||||
|
- [ ] Implement decryption for each step starting from steganography.
|
||||||
|
|
||||||
|
## Example projects
|
||||||
|
https://github.com/smitthakore/Custom-ETLpipeline-SecureTransmission-
|
Loading…
Reference in new issue