September 30, 2011 at 6:49 am
Will there be a problem with the toolkit for 64-bit machines? Or is there a separete toolkit for 64-bit machines?
May 16, 2012 at 6:46 am
I am facing the same issue
Could not load the DLL d:\MSSQL\Binn\xp_base64decode.dll, or one of the DLLs it references. Reason: 193(%1 is not a valid Win32 application.).
I believe its again to do with 64bit environment issue.
Is the 64 bit xp_base64decode.dll & xp_base64encode.dll readily available?
October 10, 2017 at 12:37 pm
First of all I would like thank you for this great articles, as the information in them are very interesting.
unfortunately I couldn't get hold of the source code of the Free-Encryption.
Is it still available?
October 10, 2017 at 1:52 pm
Looks like it was removed. The toolkit was actually an implementation specifically for SQL 2000, which is why it was probably removed. The primary encryption functionality is built into SQL 2005 and higher, although some of the samples referenced in the article (like the Caesar Shift and Blowfish) would need to be implemented separately. SQL 2005 and higher do support AES encryption, asymmetric key encryption, etc. by default.
Check this out:
https://docs.microsoft.com/en-us/sql/t-sql/functions/encryptbypassphrase-transact-sql
https://docs.microsoft.com/en-us/sql/t-sql/functions/encryptbykey-transact-sql
https://docs.microsoft.com/en-us/sql/t-sql/functions/encryptbycert-transact-sql
https://docs.microsoft.com/en-us/sql/t-sql/functions/decryptbypassphrase-transact-sql
https://docs.microsoft.com/en-us/sql/t-sql/functions/decryptbykey-transact-sql
https://docs.microsoft.com/en-us/sql/t-sql/functions/decryptbycert-transact-sql
https://docs.microsoft.com/en-us/sql/t-sql/statements/create-symmetric-key-transact-sql
Viewing 4 posts - 151 through 153 (of 153 total)
You must be logged in to reply to this topic. Login to reply