Financial Tokenizer
Financial Tokenizer is a library for tokenizing credit card data.
add tokenizer as a dependency to Cargo.toml
[]
= "0.1.0"
use CreditCard;
use Tokenizer;
let cc = CreditCard ;
let token = generate;
assert_eq!;
let token2 = generate;
assert_ne!
};
Current Features
-
Tokenize Credit Cards
-
blake3 hash support
Future Features
- Swappable hash functions
- Tokenize other data types. (String, Vec, bytes, ...)
- Tokenize debit cards, bank accounts, and other financial data
Notice:
This is under development right now, so interfaces and apis will be changing. If you are interested in using this please create an issue or reach out with your feature request so I can help add it.