Browsing tag

cipher

testssl.sh – Testing TLS/SSL Encryption Anywhere On Any Port

testssl.sh is a free command line tool which checks a server’s service on any port for the support of TLS/SSL ciphers, protocols as well as some cryptographic flaws. Key features Clear output: you can tell easily whether anything is good or bad Ease of installation: It works for Linux, OSX/Darwin, FreeBSD, NetBSD, OpenBSD (needs bash) […]

Decodify – Detect And Decode Encoded Strings Recursively

Decodify can detect and decode encoded strings, recursively. Its currently in beta phase. Lets take this string : teamultimate.in and encode it with Hex, URL, Base64 and FromChar encoding, respectively. Supported Encodings and Encryptions Caesar ciphers Binary Hex Decimal Base64 URL FromChar MD5 SHA1 SHA2 Decoding Caesar Cipher You can supply the offest by –rot […]