Generate fake credit cards

Hello everyone, I know that online there is the possibility to generate fake credit cards (obviously without money) so I was reflecting if it would be possible to emulate (fake) credit cards with the flipper.
Do you know if exist a program that can make it?
Thanks in advance everyone for the helpšŸ˜‰.

The Flipper does not do that kind of thing. The Flipper can’t emulate any credit card real or fake. Any videos that show otherwise are not real.

2 Likes

If you need to ask here, chances are you won’t be able to do it anyway even when someone pointed you a way.

If you really want to know how, start by searching ā€œEMV transaction flow commandsā€. You also need to know how to program the Flipper, specifically how to use the NFC subsystem, because you’ll need to write your own program to implement the commands and algorithms required to complete a transaction.

If you need more references, IIRC there’s also a JavaCard applet that implements the basics that you can look into.

1 Like