Log in

View Full Version : Question about 1mcrypt with cro for fle*lm v7+?


SeanC
August 27th, 2002, 08:41
Hello,

For implementing cro, have someone the experience about it.

1. Why 1mcrypt a single fe@ture got different results time by time when cro is used?
2. As I examine makekey, lc_cryptstr just carry site_code (type, data, keys, pubkeysize, pubkey, pubkeyinfo1, pubkey_fptr, ..., crokeys). pubkey should be able to find in d@emon, but what about prikey? After call lc_cryptstr, license key is already generated. There is no prikey info for lc_cryptstr. Does another function "lc_crypt" do that?
3. Default key size is 12, and 16/22/31 when cro is used. Does makekey go like:
step 1, Use different glseed to make SIGN.
step 2, Fix key size 15 of lmprikey from 12.
step 3, Carry new SIGN and lmprikey for RSA encrypt.
Does it correct?