Hii,
I am working with javascript,and I want to encrypt my data using aes256 algorithm. I want to use pidcryt library but when I give data above 100 KB in input, the browser gets slower, and with increase in the data it gets hanged. is there any solution for it ?? if not then please suggest me an efficient algorithm from pidcrypt that can encrypt and decrypt my data very Fast. Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry, that is a known issue. You could try another aes library like the Stanford Javascript Cyrpto Library. Claims to be fastest out there. Anyway Javascript ist not a good choice for encyrpting large data amounts.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hii,
I am working with javascript,and I want to encrypt my data using aes256 algorithm. I want to use pidcryt library but when I give data above 100 KB in input, the browser gets slower, and with increase in the data it gets hanged. is there any solution for it ?? if not then please suggest me an efficient algorithm from pidcrypt that can encrypt and decrypt my data very Fast. Thank you.
Sorry, that is a known issue. You could try another aes library like the Stanford Javascript Cyrpto Library. Claims to be fastest out there. Anyway Javascript ist not a good choice for encyrpting large data amounts.