javascript - crypto-js throws compile error in Unity -


i working on app stores user passwords in plain-text. after bit of research, decided opt sha3 crypto-js library accomplish task. downloaded sha3 rollup , placed (unmodified) in same folder scripts intended use in. unity, however, throws compile error:

assets/scripts/startmenu/sha3.js(7,46): bce0043: unexpected token: ,. 

googling error yields various issues syntacticly incorrect code. research led me believe crypto-js go-to implementation js, doubt there's issue library. unity differ greater in it's js implementation? missing?

unity not using javascript, unityscript. unityscript , javascript different languages; it's marketing move call "javascript" in unity. of differences can found here , here. if advice switch on c#.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

c# - Unity IoC Lifetime per HttpRequest for UserStore -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -