01-07-2014, 06:09 PM
(01-07-2014, 08:27 AM)radix Wrote: http://technet.microsoft.com/en-us/libra....100).aspx
http://technet.microsoft.com/en-us/libra....105).aspx
As far as how to get them, this is the wrong forum for that.
What would be the right for them? The link shows an example, am I supposed to put this example in my host.txt
example:
DECLARE @HashThis nvarchar(4000);
SELECT @HashThis = CONVERT(nvarchar(4000),'dslfdkjLK85kldhnv$n000#knf');
SELECT HashBytes('SHA1', @HashThis);
GO
A