Cryptosystem based on asymmetric numeral systems

View: New views
2 Messages — Rating Filter:   Alert me  

Cryptosystem based on asymmetric numeral systems

by Jarek Duda :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I want to invite everybody on the discussion about completely new concept for cryptosystems
- which takes its unpredictability by using pseudorandom number generator initialized with the key
- which uses variable length of blocks
- is resistant even to brute force attacks, because using the key we have to initialize the table, which takes as long, as we wants - even short keys are safe
- after the initialization, encryption/decryption is many times faster than using block ciphers
- by the way we compress the data (implemented and checked a few months ago)
discussion:
http://forums.devshed.com/security-and-cryptography-17/cryptosystem-based-on-asymmetric-numeral-systems-497071-2.html
demonstration
http://demonstrations.wolfram.com/DataCompressionUsingAsymmetricNumeralSystems/

Pseudorandom generators are unpredictable from definition - even just taking XOR with generated sequence looks safe. Concept above is much more sophisticated. Enjoy

Re: Cryptosystem based on asymmetric numeral systems

by Jarek Duda () :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've just finished large paper about ANS
http://arxiv.org/abs/0902.0271

I've also started new discussion about cryptography in the age of quantum computers - I believe ANS gives good protection against such eventualities:
http://www.scienceforums.net/forum/showthread.php?p=469290