encode a serial number

  • Thread starter Thread starter Boki
  • Start date Start date
B

Boki

Hi all,


I am coding the "encode" code.

ex:

ABC ==> fkljd937ffsX

I have some ideas, ex: basic shift, un-regularized shifting plus the
timer as variable.

Please let me know any other better ways or ideas :)

Thanks!

Best regards,
Boki.
 
Boki,

Why not use something from the System.Security.Cryptography namespace?
 
Nicholas,

Thanks! I don't know this before, I am checking it :)
( My c#/.NET experiences are few months so far ... )

Boki.

Boki,

Why not use something from the System.Security.Cryptography namespace?

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


I am coding the "encode" code.

ABC ==> fkljd937ffsX
I have some ideas, ex: basic shift, un-regularized shifting plus the
timer as variable.
Please let me know any other better ways or ideas :)

Best regards,
Boki.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top