You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be awesome if stego could use traits to allow for custom encodable/decodable (source) datatypes along with custom host types.
I'm thinking an API similar to the following:
Source trait is for encodable/decodable (hidden) data types.
Host trait is for host files, like images/video/audio files that seem inconspicuous.
We could change the current LSBStego implementation to take in two type definitions. A Host and a Source then the LSBStego is the glue between the Source / Host.
The text was updated successfully, but these errors were encountered:
It would be awesome if
stego
could use traits to allow for custom encodable/decodable (source) datatypes along with custom host types.I'm thinking an API similar to the following:
Source
trait is for encodable/decodable (hidden) data types.Host
trait is for host files, like images/video/audio files that seem inconspicuous.We could change the current
LSBStego
implementation to take in two type definitions. AHost
and aSource
then theLSBStego
is the glue between theSource
/Host
.The text was updated successfully, but these errors were encountered: