iwu78 / csp-blog

Personal blog documenting journey through computer science with work and projects.
MIT License
0 stars 0 forks source link

Final Project - Plan #15

Open iwu78 opened 1 month ago

iwu78 commented 1 month ago

Idea: Steganography Polish previous steganography, use 2D Arrays to hide data within image.

Tasks

Notes: function will be attached to image database and identifier as option to encrypt and store, in case people want their images accessed by others without being fully public Will also provide information to user to help visualize what is going on.

Function will take in an array and message, will store number of bits being used in the first RGB value, then continue encrypting from there.

Purpose is to allow people to send a message to others without knowing, new app on website, with two tabs, encrypt and decrypt.

Potential Schedule: Plan - Complete 5/17 Backend Functions - 5/22 Frontend, HTML - 5/25 Finalize - 5/27