pratyushtiwary / devty

Developer Utilities & Tools
https://devty.vercel.app
MIT License
9 stars 6 forks source link

[Module Addition] Credit Card Generator and Validator #30

Open RuanAragao opened 1 year ago

RuanAragao commented 1 year ago

Implementing a Credit Card Generator and Validator using the Luhn algorithm.

pratyushtiwary commented 1 year ago

We can implement fake data generator which can include credit card details generator as well?

As for the validator, can you provide a use case where this can be of use for a developer?