Path to this page:
./
textproc/p5-String-Compare-ConstantTime,
Perl5 module for timing side-channel protected string compare
Branch: pkgsrc-2015Q4,
Version: 0.310nb1,
Package name: p5-String-Compare-ConstantTime-0.310nb1,
Maintainer: pkgsrc-usersThis module provides one function, equals (not exported by default).
You should pass this function two strings of the same length. It will
return true if they are string-wise identical and false otherwise, just
like eq. However, comparing any two differing strings will take a fixed
amount of time, unlike eq.
NOTE: If the lengths of the strings are different, equals will return
false right away. Also, comparing two identical strings will take a
different amount of time than comparing two differing strings.
Required to run:[
lang/perl5]
Master sites: (Expand)
SHA1: 9ce4fd8d5ea24e745a7d85309b61ee338d248c2f
RMD160: 657cbeb121ed021dbefd848075e5e1389de3b3af
Filesize: 5.587 KB
Version history: (Expand)
- (2016-01-02) Package added to pkgsrc.se, version p5-String-Compare-ConstantTime-0.310nb1 (created)