public CrypticInt32(int nValue) { this._Decrypt = FrameRandom.GetSeed(); this._Cryptic = nValue ^ this._Decrypt; }