marvhus / jacr

a Jai Cryptography tool
GNU General Public License v3.0
1 stars 0 forks source link

Chaining ciphers #3

Open marvhus opened 1 year ago

marvhus commented 1 year ago

Currently the idea is to use pipes | to chain ciphers together.
But I'm unsure if every operating system will support this.
Also, with the current error system it just continues even when it fails, so either a fix for that has to be figured out, and added, or there has to be implemented a custom way of doing this.

marvhus commented 12 months ago

I have decided that I will just create my own cipher chaining. Using pipes could have been really useful, but I don't see any way of doing it where it continues even when it fails.