Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

This project provides a constant-time string comparison algorithm for Node.js to prevent timing attacks, which are security vulnerabilities that can occur when comparing sensitive data like passwords or tokens. It's designed for Node.js developers who need a secure way to compare strings of potentially different lengths, especially those using Node.js versions below v6.6.0 where `crypto.timingSafeEqual` isn't available or doesn't handle strings of different lengths. The library improves upon existing solutions by combining the clean implementation of scmp with the secure comparison approach of secure-compare.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of bruce17/safe-compare

Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca
Account's avatar
logicalparadox/matcha
Benchmark your code.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework

Support the repos that depend on this repository

Top contributors

Bruce17's profile
Bruce17
60 contributions
dependabot[bot]'s profile
dependabot[bot]
4 contributions
hraban's profile
hraban
2 contributions
billinghamj's profile
billinghamj
2 contributions
wojpawlik's profile
wojpawlik
1 contributions
aviadatsnyk's profile
aviadatsnyk
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
bruce17

bruce17/safe-compare

Constant-time comparison algorithm to prevent timing attacks

JavaScript
27
3
MIT License