begin: PHI Column Encryption
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public interface IPhiEncryptionService
|
||||
{
|
||||
string Encrypt(string plaintext);
|
||||
string Decrypt(string ciphertext);
|
||||
string ComputeNameSearchToken(string firstName, string lastName);
|
||||
bool IsEncrypted(string value);
|
||||
}
|
||||
Reference in New Issue
Block a user