Skip to content

Aum-Kaara/FunctionApp.PGPCrypt

Repository files navigation

FunctionApp.PGPCrypt

Create Azure Function with PGP Encryption and Decryption

Create Public Key and Private Key using Utility

Add Public Key and Private Key in AppSettings

  "Values": {
    "AzureWebJobsStorage": "UseDevelopmentStorage=true",
    "FUNCTIONS_WORKER_RUNTIME": "dotnet",
    "PGP_PublicKey": "",
    "PGP_PrivateKey": "",
    "PGP_Passphrase": ""
  }

About

Create Azure Function with PGP Encryption and Decryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages