Advertisement

Results for "Author: mark duhaime"

2002ASP #4409
ISO 7816

Read and write eeprom on ISO7816 smartcards. Requires an ISO7816 smartcard reader. This program requires an ISO7816 reader writer which is the hardware required to communicate with the card. This software performs the actual reading and writing to the smartcard. The hardware can be found on the internet for around $100.00. If you wish to build your own hardware a schematic is attached and parts should be around $30.00. The ISO7816 connects to a serial port and this program interfaces with the serial port. Sample files are included to write to smartcard. Will answer all e-mails in a timely manner. Don't forget to rate this program.

2002ASP #4410
Credit Card Validate and Generate Credit Card Numbers

This handy little utility will generate valid credit card numbers for Visa, Mastercard, American Express and Discover. Like other programs here it uses the LUHN formula for verification. The random generator uses 11 banks for Visa, 4 for american express, 1 for mastercard and 1 for discover. (More can be added. check comments in Validate.frm) This program was not written to defraud but for education purposes only, to show how simple the LUHN formula is. PLEASE USE IT AS IT IS INTENDED -- EDUCATIONAL PURPOSES. After the random number has been selected it then verifies it, and will continue to evaluate random numbers until it has selected a valid number.(Takes about 1 to 2 seconds.) The validate option allows you to input a number and verify it as either Valid or Invalid. Don't forget to rate this program. --Enjoy

2002ASP #4411
Authenticate

Authenticate(project1.vbp) and Authenticate Generator(AuthenticateGenerator.vbp) separate projects. I have seen many types of encryption protection, password protection programs to defeat the end users attempts at getting your software for free. One major problem with this type of protection is that users can copy and distribute to whomever they please. I created this program to overcome this problem. Authenticate requires to end user to call for an authentication number. (Note: This could be accomplished on the internet also if you have an internet site.) Once the user calls they give you a 20 character string which you type into the authentication generator, which in turn gives you a 20 character authentication string to provide the user. The user then enters that authentication number and he is registered. This number will only be valid for that particular computer. How does the program do this you ask? First the program reads the Serial Number from the hard drive. When a hard drive is formatted the operating system saves a random 32 bit number onto the disk as a serial number. This makes the serial number unique, or unique enough to prevent the software which you worked so hard to create from being distributed illegally. The program encrypts this serial number with 5 sophisticated algorithms. Any questions will be answered promptly. Don't forget to rate this program. All feedback welcome. Enjoy--

2002ASP #4412
Jumble

Jumble is a scrambled word puzzle, like those you see in your local newspaper. Unscramble 1 letter for each square to form ordinary words. The maximum length for each scrambled word is 7 letters. The letters from the ordinary word that will be part of the answer are highlighted. A caption is included to help solve the puzzle. The answer can vary on length and number of words. The maximum number of scrambled words is 5 and the minimum is 4. Jumbles can be added to the database with the add feature. The Regular word is the ordinary or unscrambled word. The scramble word is simply that the ordinary word scrambled. The final answer column is the letters in the ordinary word that are in the answer. Example suppose you have a word CLOTH and scrambled THLOC with LO from cloth in the final answer, the format is number of letter in this word that are in the answer and the corresponding letter placement. In this case you will enter 2,2,3 in the final answer column, meaning 2 letters from this word are in the answer and those letters are in the 2nd and 3rd positions. The answer text box is the entire answer for this jumble. The format for the final words is: Number of words in answer, followed by any words we need to display. Example the final answer is TO GREAT LENGTHS where TO is to be displayed, you would enter 5,1,TO in the Final Words. Note: If you put the project into a different path make sure to change the Data1 connect object path to the jumble.mdb Don't forget to rate this program. Enjoy

2002C #13013
ISO 7816

Read and write eeprom on ISO7816 smartcards. Requires an ISO7816 smartcard reader. This program requires an ISO7816 reader writer which is the hardware required to communicate with the card. This software performs the actual reading and writing to the smartcard. The hardware can be found on the internet for around $100.00. If you wish to build your own hardware a schematic is attached and parts should be around $30.00. The ISO7816 connects to a serial port and this program interfaces with the serial port. Sample files are included to write to smartcard. Will answer all e-mails in a timely manner. Don't forget to rate this program.

2002C #13014
Credit Card Validate and Generate Credit Card Numbers

This handy little utility will generate valid credit card numbers for Visa, Mastercard, American Express and Discover. Like other programs here it uses the LUHN formula for verification. The random generator uses 11 banks for Visa, 4 for american express, 1 for mastercard and 1 for discover. (More can be added. check comments in Validate.frm) This program was not written to defraud but for education purposes only, to show how simple the LUHN formula is. PLEASE USE IT AS IT IS INTENDED -- EDUCATIONAL PURPOSES. After the random number has been selected it then verifies it, and will continue to evaluate random numbers until it has selected a valid number.(Takes about 1 to 2 seconds.) The validate option allows you to input a number and verify it as either Valid or Invalid. Don't forget to rate this program. --Enjoy

2002C #13015
Authenticate

Authenticate(project1.vbp) and Authenticate Generator(AuthenticateGenerator.vbp) separate projects. I have seen many types of encryption protection, password protection programs to defeat the end users attempts at getting your software for free. One major problem with this type of protection is that users can copy and distribute to whomever they please. I created this program to overcome this problem. Authenticate requires to end user to call for an authentication number. (Note: This could be accomplished on the internet also if you have an internet site.) Once the user calls they give you a 20 character string which you type into the authentication generator, which in turn gives you a 20 character authentication string to provide the user. The user then enters that authentication number and he is registered. This number will only be valid for that particular computer. How does the program do this you ask? First the program reads the Serial Number from the hard drive. When a hard drive is formatted the operating system saves a random 32 bit number onto the disk as a serial number. This makes the serial number unique, or unique enough to prevent the software which you worked so hard to create from being distributed illegally. The program encrypts this serial number with 5 sophisticated algorithms. Any questions will be answered promptly. Don't forget to rate this program. All feedback welcome. Enjoy--

2002C #13016
Jumble

Jumble is a scrambled word puzzle, like those you see in your local newspaper. Unscramble 1 letter for each square to form ordinary words. The maximum length for each scrambled word is 7 letters. The letters from the ordinary word that will be part of the answer are highlighted. A caption is included to help solve the puzzle. The answer can vary on length and number of words. The maximum number of scrambled words is 5 and the minimum is 4. Jumbles can be added to the database with the add feature. The Regular word is the ordinary or unscrambled word. The scramble word is simply that the ordinary word scrambled. The final answer column is the letters in the ordinary word that are in the answer. Example suppose you have a word CLOTH and scrambled THLOC with LO from cloth in the final answer, the format is number of letter in this word that are in the answer and the corresponding letter placement. In this case you will enter 2,2,3 in the final answer column, meaning 2 letters from this word are in the answer and those letters are in the 2nd and 3rd positions. The answer text box is the entire answer for this jumble. The format for the final words is: Number of words in answer, followed by any words we need to display. Example the final answer is TO GREAT LENGTHS where TO is to be displayed, you would enter 5,1,TO in the Final Words. Note: If you put the project into a different path make sure to change the Data1 connect object path to the jumble.mdb Don't forget to rate this program. Enjoy

2002VB #21617
ISO 7816

Read and write eeprom on ISO7816 smartcards. Requires an ISO7816 smartcard reader. This program requires an ISO7816 reader writer which is the hardware required to communicate with the card. This software performs the actual reading and writing to the smartcard. The hardware can be found on the internet for around $100.00. If you wish to build your own hardware a schematic is attached and parts should be around $30.00. The ISO7816 connects to a serial port and this program interfaces with the serial port. Sample files are included to write to smartcard. Will answer all e-mails in a timely manner. Don't forget to rate this program.

2002VB #21618
Credit Card Validate and Generate Credit Card Numbers

This handy little utility will generate valid credit card numbers for Visa, Mastercard, American Express and Discover. Like other programs here it uses the LUHN formula for verification. The random generator uses 11 banks for Visa, 4 for american express, 1 for mastercard and 1 for discover. (More can be added. check comments in Validate.frm) This program was not written to defraud but for education purposes only, to show how simple the LUHN formula is. PLEASE USE IT AS IT IS INTENDED -- EDUCATIONAL PURPOSES. After the random number has been selected it then verifies it, and will continue to evaluate random numbers until it has selected a valid number.(Takes about 1 to 2 seconds.) The validate option allows you to input a number and verify it as either Valid or Invalid. Don't forget to rate this program. --Enjoy

2002VB #21619
Authenticate

Authenticate(project1.vbp) and Authenticate Generator(AuthenticateGenerator.vbp) separate projects. I have seen many types of encryption protection, password protection programs to defeat the end users attempts at getting your software for free. One major problem with this type of protection is that users can copy and distribute to whomever they please. I created this program to overcome this problem. Authenticate requires to end user to call for an authentication number. (Note: This could be accomplished on the internet also if you have an internet site.) Once the user calls they give you a 20 character string which you type into the authentication generator, which in turn gives you a 20 character authentication string to provide the user. The user then enters that authentication number and he is registered. This number will only be valid for that particular computer. How does the program do this you ask? First the program reads the Serial Number from the hard drive. When a hard drive is formatted the operating system saves a random 32 bit number onto the disk as a serial number. This makes the serial number unique, or unique enough to prevent the software which you worked so hard to create from being distributed illegally. The program encrypts this serial number with 5 sophisticated algorithms. Any questions will be answered promptly. Don't forget to rate this program. All feedback welcome. Enjoy--

2002VB #21620
Jumble

Jumble is a scrambled word puzzle, like those you see in your local newspaper. Unscramble 1 letter for each square to form ordinary words. The maximum length for each scrambled word is 7 letters. The letters from the ordinary word that will be part of the answer are highlighted. A caption is included to help solve the puzzle. The answer can vary on length and number of words. The maximum number of scrambled words is 5 and the minimum is 4. Jumbles can be added to the database with the add feature. The Regular word is the ordinary or unscrambled word. The scramble word is simply that the ordinary word scrambled. The final answer column is the letters in the ordinary word that are in the answer. Example suppose you have a word CLOTH and scrambled THLOC with LO from cloth in the final answer, the format is number of letter in this word that are in the answer and the corresponding letter placement. In this case you will enter 2,2,3 in the final answer column, meaning 2 letters from this word are in the answer and those letters are in the 2nd and 3rd positions. The answer text box is the entire answer for this jumble. The format for the final words is: Number of words in answer, followed by any words we need to display. Example the final answer is TO GREAT LENGTHS where TO is to be displayed, you would enter 5,1,TO in the Final Words. Note: If you put the project into a different path make sure to change the Data1 connect object path to the jumble.mdb Don't forget to rate this program. Enjoy

ASP_Volume2 #32096
ISO 7816

Read and write eeprom on ISO7816 smartcards. Requires an ISO7816 smartcard reader. This program requires an ISO7816 reader writer which is the hardware required to communicate with the card. This software performs the actual reading and writing to the smartcard. The hardware can be found on the internet for around $100.00. If you wish to build your own hardware a schematic is attached and parts should be around $30.00. The ISO7816 connects to a serial port and this program interfaces with the serial port. Sample files are included to write to smartcard. Will answer all e-mails in a timely manner. Don't forget to rate this program.

ASP_Volume2 #32892
Jumble

Jumble is a scrambled word puzzle, like those you see in your local newspaper. Unscramble 1 letter for each square to form ordinary words. The maximum length for each scrambled word is 7 letters. The letters from the ordinary word that will be part of the answer are highlighted. A caption is included to help solve the puzzle. The answer can vary on length and number of words. The maximum number of scrambled words is 5 and the minimum is 4. Jumbles can be added to the database with the add feature. The Regular word is the ordinary or unscrambled word. The scramble word is simply that the ordinary word scrambled. The final answer column is the letters in the ordinary word that are in the answer. Example suppose you have a word CLOTH and scrambled THLOC with LO from cloth in the final answer, the format is number of letter in this word that are in the answer and the corresponding letter placement. In this case you will enter 2,2,3 in the final answer column, meaning 2 letters from this word are in the answer and those letters are in the 2nd and 3rd positions. The answer text box is the entire answer for this jumble. The format for the final words is: Number of words in answer, followed by any words we need to display. Example the final answer is TO GREAT LENGTHS where TO is to be displayed, you would enter 5,1,TO in the Final Words. Note: If you put the project into a different path make sure to change the Data1 connect object path to the jumble.mdb Don't forget to rate this program. Enjoy

ASP_Volume2 #32992
Authenticate

Authenticate(project1.vbp) and Authenticate Generator(AuthenticateGenerator.vbp) separate projects. I have seen many types of encryption protection, password protection programs to defeat the end users attempts at getting your software for free. One major problem with this type of protection is that users can copy and distribute to whomever they please. I created this program to overcome this problem. Authenticate requires to end user to call for an authentication number. (Note: This could be accomplished on the internet also if you have an internet site.) Once the user calls they give you a 20 character string which you type into the authentication generator, which in turn gives you a 20 character authentication string to provide the user. The user then enters that authentication number and he is registered. This number will only be valid for that particular computer. How does the program do this you ask? First the program reads the Serial Number from the hard drive. When a hard drive is formatted the operating system saves a random 32 bit number onto the disk as a serial number. This makes the serial number unique, or unique enough to prevent the software which you worked so hard to create from being distributed illegally. The program encrypts this serial number with 5 sophisticated algorithms. Any questions will be answered promptly. Don't forget to rate this program. All feedback welcome. Enjoy--

ASP_Volume2 #33333
Credit Card Validate and Generate Credit Card Numbers

This handy little utility will generate valid credit card numbers for Visa, Mastercard, American Express and Discover. Like other programs here it uses the LUHN formula for verification. The random generator uses 11 banks for Visa, 4 for american express, 1 for mastercard and 1 for discover. (More can be added. check comments in Validate.frm) This program was not written to defraud but for education purposes only, to show how simple the LUHN formula is. PLEASE USE IT AS IT IS INTENDED -- EDUCATIONAL PURPOSES. After the random number has been selected it then verifies it, and will continue to evaluate random numbers until it has selected a valid number.(Takes about 1 to 2 seconds.) The validate option allows you to input a number and verify it as either Valid or Invalid. Don't forget to rate this program. --Enjoy

ASP_Volume3 #50985
Credit Card Validate and Generate Credit Card Numbers

This handy little utility will generate valid credit card numbers for Visa, Mastercard, American Express and Discover. Like other programs here it uses the LUHN formula for verification. The random generator uses 11 banks for Visa, 4 for american express, 1 for mastercard and 1 for discover. (More can be added. check comments in Validate.frm) This program was not written to defraud but for education purposes only, to show how simple the LUHN formula is. PLEASE USE IT AS IT IS INTENDED -- EDUCATIONAL PURPOSES. After the random number has been selected it then verifies it, and will continue to evaluate random numbers until it has selected a valid number.(Takes about 1 to 2 seconds.) The validate option allows you to input a number and verify it as either Valid or Invalid. Don't forget to rate this program. --Enjoy

ASP_Volume3 #50986
Authenticate

Authenticate(project1.vbp) and Authenticate Generator(AuthenticateGenerator.vbp) separate projects. I have seen many types of encryption protection, password protection programs to defeat the end users attempts at getting your software for free. One major problem with this type of protection is that users can copy and distribute to whomever they please. I created this program to overcome this problem. Authenticate requires to end user to call for an authentication number. (Note: This could be accomplished on the internet also if you have an internet site.) Once the user calls they give you a 20 character string which you type into the authentication generator, which in turn gives you a 20 character authentication string to provide the user. The user then enters that authentication number and he is registered. This number will only be valid for that particular computer. How does the program do this you ask? First the program reads the Serial Number from the hard drive. When a hard drive is formatted the operating system saves a random 32 bit number onto the disk as a serial number. This makes the serial number unique, or unique enough to prevent the software which you worked so hard to create from being distributed illegally. The program encrypts this serial number with 5 sophisticated algorithms. Any questions will be answered promptly. Don't forget to rate this program. All feedback welcome. Enjoy--

ASP_Volume3 #50987
Jumble

Jumble is a scrambled word puzzle, like those you see in your local newspaper. Unscramble 1 letter for each square to form ordinary words. The maximum length for each scrambled word is 7 letters. The letters from the ordinary word that will be part of the answer are highlighted. A caption is included to help solve the puzzle. The answer can vary on length and number of words. The maximum number of scrambled words is 5 and the minimum is 4. Jumbles can be added to the database with the add feature. The Regular word is the ordinary or unscrambled word. The scramble word is simply that the ordinary word scrambled. The final answer column is the letters in the ordinary word that are in the answer. Example suppose you have a word CLOTH and scrambled THLOC with LO from cloth in the final answer, the format is number of letter in this word that are in the answer and the corresponding letter placement. In this case you will enter 2,2,3 in the final answer column, meaning 2 letters from this word are in the answer and those letters are in the 2nd and 3rd positions. The answer text box is the entire answer for this jumble. The format for the final words is: Number of words in answer, followed by any words we need to display. Example the final answer is TO GREAT LENGTHS where TO is to be displayed, you would enter 5,1,TO in the Final Words. Note: If you put the project into a different path make sure to change the Data1 connect object path to the jumble.mdb Don't forget to rate this program. Enjoy

ASP_Volume3 #50988
ISO 7816

Read and write eeprom on ISO7816 smartcards. Requires an ISO7816 smartcard reader. This program requires an ISO7816 reader writer which is the hardware required to communicate with the card. This software performs the actual reading and writing to the smartcard. The hardware can be found on the internet for around $100.00. If you wish to build your own hardware a schematic is attached and parts should be around $30.00. The ISO7816 connects to a serial port and this program interfaces with the serial port. Sample files are included to write to smartcard. Will answer all e-mails in a timely manner. Don't forget to rate this program.

Languages
Top Categories
Global Discovery