G
G
Genri_Rus2020-03-11 19:14:27
PHP
Genri_Rus, 2020-03-11 19:14:27

Why won't crypto.js SHA3 connect?

Here is an example: https://codepen.io/Genri_Rus/pen/poJaWyN

Connected the engine itself and sha3 with cdn, but still there is no such encryption method?
What could be the problem ?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
dm, 2019-08-02
@Kirill0673

Free hosts often have restrictions, for example, PHP execution
There is a way to send a form without PHP: https://github.com/dwyl/learn-to-send-email-via-go...

G
GrayHorse, 2020-03-11
@Genri_Rus

https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/core.min.js
https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/x64-core.min.js
https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/sha3.min.js

https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js

NB:
https://github.com/brix/crypto-js/issues/173
SHA-2:
https://developer.mozilla.org/en-US/docs/Web/API/S...

S
Shohruh Shaimardonov, 2020-03-11
@joeberetta

Incorrect reference to sha3 in cdnjs was specified.
1. Check what your link shows
2. See the error logs in the console
Here is the correct one: https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question