Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Home
Forums
CARDING & HACKING
Hacking Tools
TheJerm Best Software + Tutorial For...
Message
<blockquote data-quote="Prime" data-source="post: 934" data-attributes="member: 18"><p>1.61 04-24-13</p><p></p><p>- Fixed bug that caused the program to not remember the track settings and caused it to default to ISO each time the program was started.</p><p></p><p>- Fixed bug that caused the program to crash on some computers that use a different format for the current date than "M(M)/D(D)/YYYY". I replaced the date function I was using with one that should extract the month, day and year correctly regardless of the computer's date format. (Much thanks to Iceroot for helping me track down this bug!)</p><p></p><p>1.6 04-05-13</p><p></p><p>- Changed "Date of Birth" back so you can enter "0" before one digit numbers in the "MM" and "DD" fields instead of it automatically changing "0" to "1". The reason I had it that way was to prevent entering invalid month and day numbers because the "Age" field is updated when any part of the DOB changes but a few people complained about it so I changed it back and made the program interpret a "0" as "1" for calculating the age.</p><p></p><p>- Added "Exit" to the "File" dropdown menu. Not sure why I never added that before...</p><p></p><p>- Added ability to use custom script files for each state's License/ID encoding.</p><p></p><p>1.5 03-13-13</p><p></p><p>- Fixed small bug on "License/ID" tab. The "Clear" button wasn't clearing the "DMV#" and "DMV Photo Date" fields.</p><p></p><p>- Added "Import Data" button to "License/ID" tab. If you have AAMVA format ID tracks on the "Actions" tab this will read the data and fill in all the fields on the "License/ID" tab.</p><p></p><p>1.45 03-06-13</p><p></p><p>- Added "Age" field on "License/ID" tab. Now you can enter the age you want and the birth year will be changed automatically. Or, if you enter a birth year, the age will be shown.</p><p></p><p>- Last state chosen on "License/ID" tab is remembered instead of defaulting to CA each time.</p><p></p><p>- Added "DMV#" and "DMV Photo Date" fields for CA ID's</p><p></p><p>- Track 3 encoding for CA now starts with "!!" instead of "13" and DMV#, DMV Photo Date and random 11 character "security string" are now included at the end of the track.</p><p></p><p>1.4 01-01-13</p><p></p><p>- Form can now be resized and maximized.</p><p></p><p>- Added "Batch Mode". You can now read, write or erase several cards in a row without having to click a button each time.</p><p></p><p>- Added "Bank Card" tab. When you read a bank card it displays the customer name, account number, expiration date, and bank name (if prefix is in database), and also checks the validity of the account number using the Mod 10 formula.</p><p></p><p>1.3 08-25-12</p><p></p><p>- Completely rewrote reading/writing routines to use only raw data mode. All byte encoding/decoding is now done by the program. This allows for other settings for bits per character and parity, etc. besides the ISO format. This should fix the problem that people were having trying to write alphabetic characters to track 3 for AAMVA format.</p><p></p><p>- Added "Track Settings" display box to "Actions" tab.</p><p></p><p>- Added new item on Settings tab to adjust the character set, parity type, and start and end sentinels used for each track. I also included three presets for the ISO, AAMVA and Old CA DMV formats.</p><p></p><p>- Removed "Reconstruct" checkbox. The program now automatically sends any tracks it finds any errors on to the "Reconstruct" tab.</p><p></p><p>- Removed "=" from the end of track 2 when encoding a license/ID for California.</p><p></p><p>1.2 08-17-12</p><p></p><p>- Added new feature which helps restore tracks that have been damaged and are unreadable. I tested it on five different cards that had unreadable tracks and was able to retrieve at least 95% of the data on each.</p><p></p><p>- Changed text in HEX box so that one-digit numbers have a "0" added before them so all numbers are now two digits.</p><p></p><p>1.11 08-16-12</p><p></p><p>- Now supports COM1 through COM16. (Thanks to JediMasterC for the suggestion)</p></blockquote><p></p>
[QUOTE="Prime, post: 934, member: 18"] 1.61 04-24-13 - Fixed bug that caused the program to not remember the track settings and caused it to default to ISO each time the program was started. - Fixed bug that caused the program to crash on some computers that use a different format for the current date than "M(M)/D(D)/YYYY". I replaced the date function I was using with one that should extract the month, day and year correctly regardless of the computer's date format. (Much thanks to Iceroot for helping me track down this bug!) 1.6 04-05-13 - Changed "Date of Birth" back so you can enter "0" before one digit numbers in the "MM" and "DD" fields instead of it automatically changing "0" to "1". The reason I had it that way was to prevent entering invalid month and day numbers because the "Age" field is updated when any part of the DOB changes but a few people complained about it so I changed it back and made the program interpret a "0" as "1" for calculating the age. - Added "Exit" to the "File" dropdown menu. Not sure why I never added that before... - Added ability to use custom script files for each state's License/ID encoding. 1.5 03-13-13 - Fixed small bug on "License/ID" tab. The "Clear" button wasn't clearing the "DMV#" and "DMV Photo Date" fields. - Added "Import Data" button to "License/ID" tab. If you have AAMVA format ID tracks on the "Actions" tab this will read the data and fill in all the fields on the "License/ID" tab. 1.45 03-06-13 - Added "Age" field on "License/ID" tab. Now you can enter the age you want and the birth year will be changed automatically. Or, if you enter a birth year, the age will be shown. - Last state chosen on "License/ID" tab is remembered instead of defaulting to CA each time. - Added "DMV#" and "DMV Photo Date" fields for CA ID's - Track 3 encoding for CA now starts with "!!" instead of "13" and DMV#, DMV Photo Date and random 11 character "security string" are now included at the end of the track. 1.4 01-01-13 - Form can now be resized and maximized. - Added "Batch Mode". You can now read, write or erase several cards in a row without having to click a button each time. - Added "Bank Card" tab. When you read a bank card it displays the customer name, account number, expiration date, and bank name (if prefix is in database), and also checks the validity of the account number using the Mod 10 formula. 1.3 08-25-12 - Completely rewrote reading/writing routines to use only raw data mode. All byte encoding/decoding is now done by the program. This allows for other settings for bits per character and parity, etc. besides the ISO format. This should fix the problem that people were having trying to write alphabetic characters to track 3 for AAMVA format. - Added "Track Settings" display box to "Actions" tab. - Added new item on Settings tab to adjust the character set, parity type, and start and end sentinels used for each track. I also included three presets for the ISO, AAMVA and Old CA DMV formats. - Removed "Reconstruct" checkbox. The program now automatically sends any tracks it finds any errors on to the "Reconstruct" tab. - Removed "=" from the end of track 2 when encoding a license/ID for California. 1.2 08-17-12 - Added new feature which helps restore tracks that have been damaged and are unreadable. I tested it on five different cards that had unreadable tracks and was able to retrieve at least 95% of the data on each. - Changed text in HEX box so that one-digit numbers have a "0" added before them so all numbers are now two digits. 1.11 08-16-12 - Now supports COM1 through COM16. (Thanks to JediMasterC for the suggestion) [/QUOTE]
Name
Verification
Post reply
Home
Forums
CARDING & HACKING
Hacking Tools
TheJerm Best Software + Tutorial For...
Top