how use function pbkdf2 of cryptoJS without nodeJS
up vote
1
down vote
favorite
according to this link, I want to convert mnemonic words to its corresponding seed. I want to do this by javascript and use it in webclients without nodeJS.
the library that I have in mind is cryptoJS.
I am planning to use function pbkdf2, but I don't know which js file I need to add to html page.
javascript cryptojs
add a comment |
up vote
1
down vote
favorite
according to this link, I want to convert mnemonic words to its corresponding seed. I want to do this by javascript and use it in webclients without nodeJS.
the library that I have in mind is cryptoJS.
I am planning to use function pbkdf2, but I don't know which js file I need to add to html page.
javascript cryptojs
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
according to this link, I want to convert mnemonic words to its corresponding seed. I want to do this by javascript and use it in webclients without nodeJS.
the library that I have in mind is cryptoJS.
I am planning to use function pbkdf2, but I don't know which js file I need to add to html page.
javascript cryptojs
according to this link, I want to convert mnemonic words to its corresponding seed. I want to do this by javascript and use it in webclients without nodeJS.
the library that I have in mind is cryptoJS.
I am planning to use function pbkdf2, but I don't know which js file I need to add to html page.
javascript cryptojs
javascript cryptojs
asked Nov 10 at 12:15
saeid ezzati
162215
162215
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
I have one old answer here how to use cryptoJS:
https://stackoverflow.com/a/43438494/2951051
About your last question " which js file I need to add to html page.":
I use this scripts from gitHub: https://github.com/sytelus/CryptoJS
After that I use this files from rollups/
folder:
aes.js
, pbkdf2.js
, hmac-sha512.js
For more random entropy i have changed random.js
(inside aes.js) with another random function you can download from : https://github.com/wwwtyro/cryptico/blob/master/random.js
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
I have one old answer here how to use cryptoJS:
https://stackoverflow.com/a/43438494/2951051
About your last question " which js file I need to add to html page.":
I use this scripts from gitHub: https://github.com/sytelus/CryptoJS
After that I use this files from rollups/
folder:
aes.js
, pbkdf2.js
, hmac-sha512.js
For more random entropy i have changed random.js
(inside aes.js) with another random function you can download from : https://github.com/wwwtyro/cryptico/blob/master/random.js
add a comment |
up vote
1
down vote
accepted
I have one old answer here how to use cryptoJS:
https://stackoverflow.com/a/43438494/2951051
About your last question " which js file I need to add to html page.":
I use this scripts from gitHub: https://github.com/sytelus/CryptoJS
After that I use this files from rollups/
folder:
aes.js
, pbkdf2.js
, hmac-sha512.js
For more random entropy i have changed random.js
(inside aes.js) with another random function you can download from : https://github.com/wwwtyro/cryptico/blob/master/random.js
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
I have one old answer here how to use cryptoJS:
https://stackoverflow.com/a/43438494/2951051
About your last question " which js file I need to add to html page.":
I use this scripts from gitHub: https://github.com/sytelus/CryptoJS
After that I use this files from rollups/
folder:
aes.js
, pbkdf2.js
, hmac-sha512.js
For more random entropy i have changed random.js
(inside aes.js) with another random function you can download from : https://github.com/wwwtyro/cryptico/blob/master/random.js
I have one old answer here how to use cryptoJS:
https://stackoverflow.com/a/43438494/2951051
About your last question " which js file I need to add to html page.":
I use this scripts from gitHub: https://github.com/sytelus/CryptoJS
After that I use this files from rollups/
folder:
aes.js
, pbkdf2.js
, hmac-sha512.js
For more random entropy i have changed random.js
(inside aes.js) with another random function you can download from : https://github.com/wwwtyro/cryptico/blob/master/random.js
answered Nov 10 at 13:25
MTK
1,33511122
1,33511122
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53238848%2fhow-use-function-pbkdf2-of-cryptojs-without-nodejs%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password