devattic / ConfigCrypter

DevAttic ConfigCrypter is a library that lets you encrypt configuration files and decrypt them on the fly in .NET Core applications.
MIT License
48 stars 18 forks source link

handling multiple key encryption/decryption in the single command #9

Open rduman opened 1 year ago

rduman commented 1 year ago

I added a feature that allows us to pass multiple keys for encryption/decryption via a single command. By default, the separation of multiple keys is semi-colon (;) Apart from that you can also specify the separator in the command via '-x'

It still works for the single key when you encrypt/decrypt.

Regards,