HOW TO ENCRYPT AND DECREYPT PASSWORD BY USING ENCRYPTBYPASSPHRASE AND DECRYPTBYPASSPHRASE IN MSSQL

Поділитися
Вставка
  • Опубліковано 2 гру 2024

КОМЕНТАРІ • 7

  • @dhanarajumattaparthi6399
    @dhanarajumattaparthi6399 3 роки тому +1

    Nice...thanks for sharing knowledge on this

  • @mohimakhter258
    @mohimakhter258 Рік тому

    That's Great, But how can we create the private key of users

  • @sidharthabehera4915
    @sidharthabehera4915 2 роки тому +1

    How to use Encrypt password in stored procedure please make a video

  • @landchennai8549
    @landchennai8549 3 роки тому +1

    How it differ from dynamic data masking?

    • @ssunitech6890
      @ssunitech6890  3 роки тому +1

      In DDM, it doesn't actually change in the table values. While selecting data for specific users you would see masked values. And admin user can revoke grand access and user can see the data. In case of encryption it is used to encrypt the values in the table.
      Thanks