-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
Sourcetrait is for encodable/decodable (hidden) data types.Hosttrait 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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request