Writing a triple polyglot script (valid Python, Ruby and Perl)

In the previous post I’ve described how to write a script
that’s both valid Ruby and Python.
Then I came up with the idea of adding Perl on top if it. Read more

Similar

Time Based One Time Password Using Python

What is a Time Based One Time Password Time Based One Time Password(aka TOTP) is a common method of two-factor authentication. Used to create temporary passcodes from time and Secret key using HOTP algorithm. Generated passcode expires after some ti... (more…)

Read more »