better-tripcode
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

reasonably fast zero-dependency pure-js tripcode implementation based on these projects:

correctness

generated tripcodes should match those on 4chan, but please open an issue if you find one that differs

usage

it's really simple

import {tripcode} from "better-tripcode";
 
const pass = "password";
const trip = tripcode(pass);
 
console.log("#%s -> !%s", pass, trip);

Readme

Keywords

none

Package Sidebar

Install

npm i better-tripcode

Weekly Downloads

2

Version

0.1.5

License

ISC

Unpacked Size

443 kB

Total Files

15

Last publish

Collaborators

  • huglovefan