unlimitedresource Posted October 16, 2017 Share Posted October 16, 2017 Hey, I'm looking for info on how the (split) encryption keys are handled/used; ie the web.config file has two "split" keys in it, but the key backup produces 4 "split" keys I read all you need is the web.config and the db to recover the app, what are the two key's not in the web.config for? Link to comment Share on other sites More sharing options...
support Posted October 16, 2017 Share Posted October 16, 2017 Hello, The encryption keys are split and stored in two places - the database, and the web.config file. When needed, we join these two split "secrets" and form the encryption key(s) so they can be used. For further security, you can also encrypt the AppSettings section in the web.config file, and we have information on this in our installation manual - https://www.clickstudios.com.au/downloads/version8/Installation_Instructions.pdf We hope this helps, and please let us know if you have any further questions. Regards Click Studios Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now