[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#714062: ITP: libstring-compare-constanttime-perl -- module for protecting string comparison from timing attacks



Package: wnpp
Severity: wishlist
Owner: Alexandre Mestiashvili <mailatgoogl@gmail.com>

* Package name    : libstring-compare-constanttime-perl
  Version         : 0.300
  Upstream Author : Doug Hoyte
* URL             : https://metacpan.org/module/String::Compare::ConstantTime
* License         : Artistic or GPL-1
  Programming Lang: Perl
  Description     : module for protecting string comparison from timing attacks

String::Compare::ConstantTime provides one function, equals(), which takes two 
strings of the same lenght as arguments.
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.


Reply to: