문제

What are some possible and reliable ways to encrypt using Rijndael/AES in T-SQL? Or is using and embedded assembly in order to use c# or vb.net in your SQL Project the only way?

도움이 되었습니까?

해결책

Look into embedding assemblies in sql server. It is possible but you have to install the assemblies housing your code and use the proper syntax to mold the function wrappers.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top