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
47 stars 18 forks source link

Fix reload on change #6

Closed karpediemnow closed 1 year ago

karpediemnow commented 2 years ago

Fix reload settings

[https://github.com/devattic/ConfigCrypter/issues/5](Related Issue)

codelovercc commented 1 year ago

Hi, you did a great job! Please merge this PR, Thks.

karpediemnow commented 1 year ago

Thanks!

karpediemnow commented 1 year ago

Hi, I don't have permission to merge into master :(

codelovercc commented 1 year ago

I'm using this Repo in my project, and implemented symmetric encryption, and some other features. I can't wait the authors to merge this PR, so I used your code to fix reload problem and committed it with this PR url in commit message. so GitHub auto Mentioned you in this PR :) Thank you! Thanks to the members of ConfigCrypter!

karpediemnow commented 1 year ago

I'm using this Repo in my project, and implemented symmetric encryption, and some other features. I can't wait the authors to merge this PR, so I used your code to fix reload problem and committed it with this PR url in commit message. so GitHub auto Mentioned you in this PR :) Thank you! Thanks to the members of ConfigCrypter!

I did the same... I have implemented other features like create a self signed certificate, autodiscovery of encrypted keys, certificate loaders from other sources like aws and azure...

Thanks to ConfigCrypter members 😉

codelovercc commented 1 year ago

I'm using this Repo in my project, and implemented symmetric encryption, and some other features. I can't wait the authors to merge this PR, so I used your code to fix reload problem and committed it with this PR url in commit message. so GitHub auto Mentioned you in this PR :) Thank you! Thanks to the members of ConfigCrypter!

I did the same... I have implemented other features like create a self signed certificate, autodiscovery of encrypted keys, certificate loaders from other sources like aws and aws...

Thanks to ConfigCrypter members 😉 Hi, glad to hear that! I'd like certificate loaders from web api over https, I have implemented that for symmetric encryption😀, encrypt keys when value of the keys have a specialized prefix, and encrypt/decrypt entire file and change the encryption secret key or certificate for the encrypted file are also implemented.