Skip to content

is there any way to open encrypted data with SQL command? #57

@frtlec

Description

@frtlec

encryption data:e/nPxzHfbQLJrL+JjUvM5A==


  this._encryptionKey = Convert.FromBase64String("xtlG3ujQ70glBQ4jYu7q2g==");
      this._encryptionIV = Convert.FromBase64String("OFHWnm08YigWgT6keFFY0g==");
      _provider = new AesProvider(this._encryptionKey, this._encryptionIV);

I tried many methods, I thought I could open it in SQL because AES is a standard structure, but I couldn't. Can you send a sample code block?

DATABASE:MSSQL

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions