Changed the encription key for response
This commit is contained in:
parent
9fbaf03ce4
commit
4f427a58c4
@ -14,7 +14,8 @@ public class EncryptResponseAttribute : TypeFilterAttribute
|
|||||||
private class EncryptResponseFilter : IAsyncResultFilter
|
private class EncryptResponseFilter : IAsyncResultFilter
|
||||||
{
|
{
|
||||||
// 32-byte Key
|
// 32-byte Key
|
||||||
private readonly string _keyBase64 = "h9J4kL2mN5pQ8rS1tV3wX6yZ0aB7cD9eF1gH3jK5mN6=";
|
//private readonly string _keyBase64 = "h9J4kL2mN5pQ8rS1tV3wX6yZ0aB7cD9eF1gH3jK5mN6=";
|
||||||
|
private readonly string _keyBase64 = "u4J7p9Qx2hF5vYtLz8Kq3mN1sG0bRwXyZcD6eH8jFQw=";
|
||||||
|
|
||||||
public async Task OnResultExecutionAsync(ResultExecutingContext context, ResultExecutionDelegate next)
|
public async Task OnResultExecutionAsync(ResultExecutingContext context, ResultExecutionDelegate next)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user