Quote:
Originally Posted by itdaddy Rob Costello : Powershell Tip - Storing and Using Password Credentials |
I wouldn't rely on that to secure any important passwords.
Quote:
Originally Posted by itdaddy yeah what sucks is nowadays sha1 2 and md5 can be cracked haha |
SHA-1 and MD5 have both been shown to be vulnerable to collisions with examples. SHA-2 is only mathematically proven to be vulnerable to similar techniques used on SHA-1.
They're hash functions anyway. They're not used to encrypt.
Quote:
Originally Posted by itdaddy I was hoping PoSh would use SSL to encrypt its credentials. |
SSL and TLS are protocols to handle encryption of network connections. They're not encryption algorithms themselves.