Comments on: Registration Schemes: Serial Numbers http://www.seoxys.com/registration-schemes-serial-numers/ Wed, 27 Feb 2013 21:05:44 +0000 hourly 1 http://wordpress.org/?v=3.0.1 By: Michael Fisher http://www.seoxys.com/registration-schemes-serial-numers/comment-page-1/#comment-45498 Michael Fisher Wed, 08 Feb 2012 23:54:59 +0000 http://www.seoxys.com/?p=85#comment-45498 A few years late to comment... I want to mention that, despite what some others said, this article *IS* useful and very informative. Especially for people who have never coded this type of thing before. And as far as ROT13 is concerned, I think that is a good way to improve the appearance of a serial ( nothing more than that though ). Meaning a serial that consists of nothing but md5 and sha1's are only going to give you A-F. Rot13 will roll those over to letters greater than that. Anyway, thanks for the info! A few years late to comment… I want to mention that, despite what some others said, this article *IS* useful and very informative. Especially for people who have never coded this type of thing before.

And as far as ROT13 is concerned, I think that is a good way to improve the appearance of a serial ( nothing more than that though ). Meaning a serial that consists of nothing but md5 and sha1’s are only going to give you A-F. Rot13 will roll those over to letters greater than that.

Anyway, thanks for the info!

]]>
By: The Unix Geek http://www.seoxys.com/registration-schemes-serial-numers/comment-page-1/#comment-3733 The Unix Geek Thu, 10 Jul 2008 10:58:53 +0000 http://www.seoxys.com/?p=85#comment-3733 @The Joe bro Simply create an algorithm in your application that parses the person's first and last name and email and after running it through the algorithm check to see if the serial you gave the person is the same as the one they entered. @The Joe bro
Simply create an algorithm in your application that parses the person’s first and last name and email and after running it through the algorithm check to see if the serial you gave the person is the same as the one they entered.

]]>
By: The Joe bro http://www.seoxys.com/registration-schemes-serial-numers/comment-page-1/#comment-3314 The Joe bro Wed, 09 Apr 2008 13:12:17 +0000 http://www.seoxys.com/?p=85#comment-3314 How would you implement this into your application? I am confused please help. If you know of any easier ways please let me know. How would you implement this into your application?
I am confused please help. If you know of any easier ways please let me know.

]]>
By: kenneth http://www.seoxys.com/registration-schemes-serial-numers/comment-page-1/#comment-3310 kenneth Sat, 05 Apr 2008 22:46:48 +0000 http://www.seoxys.com/?p=85#comment-3310 @pierce: I totally agree with you. In fact, the next two parts (the first of which I just posted) describe better techniques for more expensive products. @jonathan: I really don't know what you dislike about this article. It describes the theory behind serial number, and simple examples you can mangle to get this type of serial numbers. You mention the arbitrariness of using MD5 followed by SHA1. But the whole point behind this type of serial is to have an arbitrary obfuscated way to generate innocent-looking serial numbers. @pierce: I totally agree with you. In fact, the next two parts (the first of which I just posted) describe better techniques for more expensive products.

@jonathan: I really don’t know what you dislike about this article. It describes the theory behind serial number, and simple examples you can mangle to get this type of serial numbers. You mention the arbitrariness of using MD5 followed by SHA1. But the whole point behind this type of serial is to have an arbitrary obfuscated way to generate innocent-looking serial numbers.

]]>
By: Jonathan Wight http://www.seoxys.com/registration-schemes-serial-numers/comment-page-1/#comment-3306 Jonathan Wight Fri, 04 Apr 2008 02:20:10 +0000 http://www.seoxys.com/?p=85#comment-3306 You really lose all credibility by even mentioning ROT13 in the context of this conversation. And the arbitrariness of MD5-ing then SHA1-ing the data just boggles my mind. This doesn't really encourage me to use your encryption product. /me checks posting date, nope two days too late. I hope parts two and three of this series merely tell your audience to go use Aquatic Prime. You really lose all credibility by even mentioning ROT13 in the context of this conversation. And the arbitrariness of MD5-ing then SHA1-ing the data just boggles my mind.

This doesn’t really encourage me to use your encryption product.

/me checks posting date, nope two days too late.

I hope parts two and three of this series merely tell your audience to go use Aquatic Prime.

]]>
By: Pierce T. Wetter III http://www.seoxys.com/registration-schemes-serial-numers/comment-page-1/#comment-3305 Pierce T. Wetter III Thu, 03 Apr 2008 23:36:58 +0000 http://www.seoxys.com/?p=85#comment-3305 I work for an anti-piracy company. Unless you tamper-proof your code, you're guaranteed a keygen. I wouldn't use the above scheme for a product costing > $100. I work for an anti-piracy company.

Unless you tamper-proof your code, you’re guaranteed a keygen.

I wouldn’t use the above scheme for a product costing > $100.

]]>
By: Generating Serial Numbers for Your App http://www.seoxys.com/registration-schemes-serial-numers/comment-page-1/#comment-3304 Generating Serial Numbers for Your App Thu, 03 Apr 2008 21:43:51 +0000 http://www.seoxys.com/?p=85#comment-3304 [...] Kenneth has put together a piece on serial number generation. [...] […] Kenneth has put together a piece on serial number generation. […]

]]>