Avery Wagar
Avery Wagar
Need to verify that Windows & macOS builds are working. They should be since all the dependencies are cross-platform as well. Will confirm.
Bliss should do more than just fetch `.gitignore` templates from a website. I have an idea for a couple of automation that bliss could help with. Feel free to suggest...
Reddit user [/u/maiteko](https://reddit.com/user/maiteko), mentioned it would be nice to have a similar tool to bliss for `.gitattributes`. Why not just build in support directly? Feel free to comment on what...
It would be awesome if `bliss` could access custom `.gitignore` templates (allowing for a truly offline service) - [ ] Allow cache + support list to detect custom templates -...
`stego` should be able to `encode/decode` and `encode/decode` from both audio and video formats.
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: -...
When I try and decode an encoded image from another file something weird happens. Some of the color channels get swapped. For example, if I encode `bee.png` into `apple-test.png` and...
`Stego` should be able to hold encrypted data. Maybe add a `--password` field on encoding/decoding. Not sure.