How to get shell script grep credit card data ?

Asked By 30 points N/A Posted on -
qa-featured

Hi Experts,

I am looking for suggestions to develop shell script grep credit card data.The programming language can be a scripting language and will have to able to process credit card data.Network security should be maintained in high level.Thanks.

Regards,

Caecil Brenta

SHARE
Answered By 0 points N/A #134281

How to get shell script grep credit card data ?

qa-featured

You can use grep expressions.

The credit card numbers are not the same so for example, you should use different expressions with American express credit card and other credit cards.

Grep is a Linux command "open source" and full documentation for the instructions could be found easily.

First you should learn how to use and write regular expressions then you'll be able to handle credit card data with no difficulties.

Related Questions