Posts

Showing posts with the label Hexadecimal

Ip Obfuscator - Elementary Tool To Convert An Ip Into Integer, Hexadecimal Or Octal Form

Image
IP Obfuscator is a unproblematic tool written inwards python to convert an IP into dissimilar obfuscated forms. This tool volition assistance yous to obfuscate host addresses into integer, hexadecimal or octal form. What is Obfuscation? "In software development, obfuscation is the deliberate act of creating source or machine code that is hard for humans to understand. Like obfuscation inwards natural language, it may usage needlessly roundabout expressions to compose statements. Programmers may deliberately obfuscate code to conceal its role (security through obscurity) or its logic or implicit values embedded inwards it, primarily, inwards lodge to forestall tampering, deter reverse engineering, or fifty-fifty equally a puzzle or recreational challenge for mortal reading the source code. This tin live on done manually or yesteryear using an automated tool, the latter existence the preferred technique inwards industry." -wikipedia- Example: Standard readable URL of ...

Cdf - Crypto Differential Fuzzing

Image
CDF is a tool to automatically attempt the correctness in addition to safety of cryptographic software. CDF tin dismiss observe implementation errors, compliance failures, side-channel leaks, in addition to thus on. CDF implements a combination of unit of measurement tests amongst "differential fuzzing", an approach that compares the demeanor of unlike implementations of the same primitives when fed border cases in addition to values maximizing the code coverage. Unlike general-purpose fuzzers in addition to testing software, CDF is: Smart : CDF knows what form of algorithm it's testing in addition to adapts to the tested functions Fast : CDF tests alone what needs to last tested in addition to parallelizes its tests equally much equally possible Polyvalent : CDF isn't specific to whatever linguistic communication or API, but supports arbitrary executable programs or scripts Portable : CDF volition run on whatever Unix or Windows platfor...