Im trying to develop an encryption module for kentico forms to secure PII. I've been able to encrypt the data by creating an event handler on form submit, but am running into issues when I attempt...
Hello support,Is there a method to decrypt passwords encrypted with SHA2 + Salt, assuming I have the encrypted password string and salts? The reason I need this is I want to use System.Net.MailMess...