|
|
|
|
|
by dgomez1092
4079 days ago
|
|
I noticed that they use a 3 tier system. But even SHA-1 encryption, I wanted to talk about how it compares to the use of RC4 on AES. I am still learning about the effectual uses of encryption but it would seem to me that being able to use modulo as you swap indeces throughout the hash would enable more coerce authentication if not for the sole reason that it would be difficult to find out the derivative of both of the numbers that gave modulo. VS AES whose algorithm uses a reverse mapping of the hash in order to equate the distance from left to right between the indeces.It is said that RC$ is less secure as a method because of it is more prone to WEP attacks due to its inability to factorialize an instance of teh hash suring the scheduling phase, while it only allows for a 64 bit size whereas AES is more sutiable for 256 bit. It's adavtnage lies in large network systems but would be suitable for API distributions. In effect its PRG would be effective in taking a modulo variable being parsed as K[] progresses through the list in a function that combines it along wth the inverse natural e in to create an limit as protection from FMS attacks even at a byte level. Thanks for letting me comment and learn. |
|