Secure Sockets Layer (SSL) is a cryptographic protocol that provides communications security over the Internet. The more modern version of this protocol is Transport Layer Security (TLS), specified by the IETF in RFC 2246.
1
vote
0answers
165 views
License key generation & verification algorithm
I've made this for generating license keys & later checking if they're OK and valid.
A key is generated per-user and has an expiration time. That works fine.
Could anyone please check if it ...