InterviewSolution
Saved Bookmarks
| 1. |
What role does Crypto Module play? |
|
Answer» The crypto MODULE decrypts project applications by USING DIGITAL signature and hashing function and.Example IO.puts(Base.encode16(:crypto.hash(:sha256, "ELIXIR"))) IO.puts(Base.encode16(:crypto.hash(:sha256, "Elixir"))) |
|