C # uygulaması için seri numarası üretme algoritması

0 Cevap

Benim web sitesinde oluşturulan seri bir anahtar kabul eden bir shareware c # uygulama geliştiriyorum.

Ben takip ediyorum Joseph Spiros önerilen aşağıdaki yaklaşım

You bundle your public key with the application. When the user buys the application, they supply their name and e-mail address. The web site hashes the user's name and e-mail address, signs the hash with your private >key, and provides the result in Base64 to ease typing. When the user enters the "code" into your application along with their name and e-mail >address, your application can verify that it was signed by your private key (which only >you/the web store has access to), and that it matches the name and e-mail provided by the >user.

Lisans üreten programı php yazılı olacak ki benim web linux server üzerinde çalışır. Yazılım c # kullanarak geliştirilmiştir. Lisans / karma oluşturulan ve php bir özel anahtar C # ortak anahtar ile uyumlu olacak kullanılarak imzalanmış olup olmadığını söyle lütfen.

Örneğin A gösterici yararlı olacaktır.

0 Cevap