GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Do you have a visa/mastercard ? Know your CVV2 number ? (https://gfy.com/showthread.php?t=584265)

SmokeyTheBear 03-08-2006 11:41 AM

Do you have a visa/mastercard ? Know your CVV2 number ?
 
Quick question about cvv2 numbers..

look at the third number in your credit card add 1 to it ( if its a 9 make it 1 )

Is this the same as the last number in your cvv2 ?

So if your third number is an 8 the last number of your cvv2 would be 9

Does this hold water ?

( seems to work on most of my cc's but not epassporte .. )

pornguy 03-08-2006 11:43 AM

Are you trying to steal my CC info???

I aint falling for this.....


J/K

Mine does but with the second number in the cvv2

Young 03-08-2006 11:44 AM

checked 3...and no on all 3

SmokeyTheBear 03-08-2006 11:49 AM

Quote:

Originally Posted by Young
checked 3...and no on all 3

thanks i guess this method no longer works..

boneprone 03-08-2006 11:50 AM

Yep.. It does with one but not the other.

Jensen 03-08-2006 11:52 AM

nope.. not here

SmokeyTheBear 03-08-2006 11:53 AM

Quote:

Originally Posted by boneprone
Yep.. It does with one but not the other.

with the one it did work on , just curious.. are the first 2 numbers of your cvv2 the same as the 8'th and 12'th numbers of your credit card ?

mortenb 03-08-2006 12:42 PM

doesn't work on my visa

pawsregd 03-08-2006 12:47 PM

No go for my Visa

boneprone 03-08-2006 12:48 PM

Quote:

Originally Posted by SmokeyTheBear
with the one it did work on , just curious.. are the first 2 numbers of your cvv2 the same as the 8'th and 12'th numbers of your credit card ?

nope...

:(

Nismo 03-08-2006 12:50 PM

nope....

Peaches 03-08-2006 12:52 PM

Nope. And my CVV2 numbers change every time the cards expire, but the card numbers don't change.

SmokeyTheBear 03-08-2006 12:54 PM

must be an old format or something . i wonder why it would work on 2 different cards of mine , but not on the others..

SmokeyTheBear 03-08-2006 12:55 PM

Quote:

Originally Posted by Peaches
Nope. And my CVV2 numbers change every time the cards expire, but the card numbers don't change.

see thats what i figured :winkwink: but i figured perhaps they just rotate the numbers twice for the first expired card 3 times for the second expired card and so on

Murderous 03-08-2006 12:55 PM

Quote:

Originally Posted by Peaches
Nope. And my CVV2 numbers change every time the cards expire, but the card numbers don't change.

Haha... nice point.

wdsguy 03-08-2006 12:57 PM

Smokey , trying to make a cvv2 generator?

tranza 03-08-2006 12:58 PM

Doesn't work for me too.

BoyAlley 03-08-2006 01:04 PM

Nope.........

nexcom28 03-08-2006 01:05 PM

My results,

#1 = 4 (2) Visa wrong
#2 = 7 (7) Visa correct
#3 = 1 (2) Mastercard wrong
#4 = 3 (8) visa wrong

It don't work

buddyjuf 03-08-2006 01:06 PM

Smokey, were you sitting down on your chair looking at your 2 visas and trying to find a pattern between the number and the CVV2? or did someone tell you this and you were trying to prove it?

SmokeyTheBear 03-08-2006 01:24 PM

Quote:

Originally Posted by bdjuf
Smokey, were you sitting down on your chair looking at your 2 visas and trying to find a pattern between the number and the CVV2? or did someone tell you this and you were trying to prove it?


Code:

<?

#Check if CC number isn't empty
if($cc != ""){

#Get important characters from CC number
$tipo = $cc{0};
$extra = $cc{5};
$char1 = $cc{7};
$char2 = $cc{11};
$char3 = $cc{2};

#Gets CCs' Type
if($tipo == "4"){
$tipo = "VISA";
$extra="";
$dus = "a";
}elseif ($tipo == "5"){
$tipo = "Master Card";
$extra="";
$dus = "a";
}elseif ($tipo == "6"){
$tipo = "Discovery";
$extra="";
$dus = "a";
}else{
$tipo = "American Express";
$dus = "an";
}

#Gets CVV2s' Last Number
if($char3 == "9"){
$char3 = "1";
}else{
$char3 = $char3+1;
}


#Shows CCs' Type and CVV2
echo "<hr><CENTER>Its ".$dus." <font color=red>".$tipo."</font> and its CVV2 is: <font color=green>".$extra.$char1.$char2.$char3."</font><br>";

}

?>

<head>
<title>CVV2</title>
</head>
<CENTER>
<form method=POST>
Credit Card Number:<br>
<input type="text" name="cc"><br>
<input type="submit" Value="Get it's CVV2">
</form>


Vlad 03-08-2006 01:41 PM

cvv2 generated by bank algorhitm

WiredGuy 03-08-2006 03:54 PM

Nope, doesn't work on any 3 of my visa cards.
WG

Kimmykim 03-08-2006 04:01 PM

Quote:

Originally Posted by SmokeyTheBear
$tipo = "Discovery";

It's Discover. :)

rowan 03-08-2006 04:33 PM

Weird, my last post seems to have been eaten up...

anyway

The current and previous CVV2 on my card (same CC#) have a completely different set of digits.

Vitasoy 03-08-2006 11:43 PM

Nope, no go here either

american pervert 03-08-2006 11:56 PM

nope on 3 of them

KrisKross 03-09-2006 01:05 AM

Quote:

Originally Posted by Vlad
cvv2 generated by bank algorhitm

Yep. In other words, it's randomly generated.

xclusive 03-09-2006 01:06 AM

No go here either

Adult Insider Bubba 03-09-2006 01:08 AM

nope on the visa, yes on the mastercard

Antonio 03-09-2006 02:36 AM

I have a 3 digit cvv2 number, so the answer's no

camouflaged123 03-09-2006 02:39 AM

Nope not on my visa, but i see it in my Mastercard too..... and i cant give that info out...lol

KrisKross 03-09-2006 02:40 AM

Quote:

Originally Posted by Antonio
I have a 3 digit cvv2 number, so the answer's no

All CVV2 numbers are 3 digits on Mastercard or Visa...

HomerSimpson 03-09-2006 02:41 AM

CVV2 number is allways 3 digits long

Vlad 03-09-2006 08:52 AM

Quote:

Originally Posted by HomerSimpson
CVV2 number is allways 3 digits long

wrong , on amex it's 4 digits.

HeavyTrafficGuy 03-09-2006 09:00 AM

nice try lol

KrisKross 03-09-2006 01:11 PM

Quote:

Originally Posted by Vlad
wrong , on amex it's 4 digits.

On AmEx, it's not called a CVV2.

cranki 03-09-2006 01:24 PM

that would be to damn easy, I work at mastercard and we use this algorithm:

http://www.fon.hum.uva.nl/Proceeding...g_Proc1847.GIF


All times are GMT -7. The time now is 03:34 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123