helna
Newbie level 5
- Joined
- Sep 20, 2012
- Messages
- 8
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Kerela, India
- Activity points
- 1,331
The encryption process of hummingbird algorithm has the step:x xor (x<<6) xor (x<<10).How can we decrypt this?
[<< denotes left circular shift operation ]
[<< denotes left circular shift operation ]