password

  1. henryvuong

    Encrypt sensitive information in SQL Server database

    I am creating a program with C# .NET and SQL Server to make API calls to Amazon. To make these calls, I would need to provide ID and secret codes to Amazon. I store this info in a separate database table. I need to find a way to encrypt this info instead of storing it as plain text. I read about...
Back
Top Bottom