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

Bug#764443: ITP: streql -- Constant-time string comparison



Package: wnpp
Severity: wishlist
Owner: Riley <BM-2cVqnDuYbAU5do2DfJTrN7ZbAJ246S4Xix@bitmessage.ch>

* Package name    : streql
  Version         : 3.0.2
  Upstream Author : Peter Scott <peter@cueup.com>
* URL             : https://github.com/PeterScott/streql
* License         : Apache 2.0
  Programming Lang: Python 2, Python 3, PyPy, C
  Description     : Constant-time string comparison

This module contains a function `equals(x,y)`, a function which
determines the equality or inequality of strings. The time taken for the
function to be evaluated is dependent only on the length of the strings,
not their content. This helps to protect against "timing side-channel
attacks".


Reply to: