Click here to Skip to main content
15,890,845 members

Comments by alexcoder99 (Top 3 by date)

alexcoder99 19-Jan-21 5:46am View    
This also helped me to resolve a frustrating production issue due to writing unstructured data that unexpectedly contained an '=', so still relevant today! Very helpful, thanks.
alexcoder99 9-Apr-19 11:04am View    
When diagnosing any email connectivity related issues I find using Telnet to query the email server using the same credentials at the network level a really useful technique to identify any errors; once I have connectivity using Telnet its often just a case of building a connection using the same configuration in code
alexcoder99 9-Apr-19 10:52am View    
Why do you want to decrypt it? If you are performing a password comparison you need to compare two hashed values (using the same hash method to encrypt the plain text password)