Skip to content

Instantly share code, notes, and snippets.

@awswithdotnet
Created March 3, 2022 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awswithdotnet/634d827c2c0fc83a0796a143bf74d016 to your computer and use it in GitHub Desktop.
Save awswithdotnet/634d827c2c0fc83a0796a143bf74d016 to your computer and use it in GitHub Desktop.
kms Abstractions IEncrypter
public interface IEncrypter
{
Task<IEncryptionPackage> Encrypt(string plainText);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment