8000 some crypto functions is deprecated · Issue #3 · zhongwencool/recon_web · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

some crypto functions is deprecated #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
yours0 opened this issue Jun 21, 2017 · 2 comments
Open

some crypto functions is deprecated #3

yours0 opened this issue Jun 21, 2017 · 2 comments

Comments

@yours0
Copy link
yours0 commented Jun 21, 2017

ERLC recon_server.erl recon_web.erl recon_web_app.erl recon_web_handle.erl recon_web_lib.erl recon_web_protocol.erl recon_web_session.erl recon_web_session_sup.erl recon_web_status.erl recon_web_sup.erl recon_web_system.erl recon_web_uuids.erl
compile: warnings being treated as errors
src/recon_web_uuids.erl:36: crypto:rand_bytes/1 is deprecated and will be removed in a future release; use crypto:strong_rand_bytes/1
src/recon_web_uuids.erl:44: crypto:rand_bytes/1 is deprecated and will be removed in a future release; use crypto:strong_rand_bytes/1
src/recon_web_uuids.erl:79: crypto:rand_bytes/1 is deprecated and will be removed in a future release; use crypto:strong_rand_bytes/1
make[1]: *** [ebin/recon_web.app] Error 1
make: *** [all] Error 2

@zuimrs
Copy link
zuimrs commented Oct 26, 2020

ERLC recon_server.erl recon_web.erl recon_web_app.erl recon_web_handle.erl recon_web_lib.erl recon_web_protocol.erl recon_web_session.erl recon_web_session_sup.erl recon_web_status.erl recon_web_sup.erl recon_web_system.erl recon_web_uuids.erl
compile: warnings being treated as errors
src/recon_web_uuids.erl:36: crypto:rand_bytes/1 is deprecated and will be removed in a future release; use crypto:strong_rand_bytes/1
src/recon_web_uuids.erl:44: crypto:rand_bytes/1 is deprecated and will be removed in a future release; use crypto:strong_rand_bytes/1
src/recon_web_uuids.erl:79: crypto:rand_bytes/1 is deprecated and will be removed in a future release; use crypto:strong_rand_bytes/1
make[1]: *** [ebin/recon_web.app] Error 1
make: *** [all] Error 2

replace function crypto:rand_bytes/1 with crypto:strong_rand_bytes/1

@zhongwencool
Copy link
Owner

Yeah, I don't have time to do this, would really appreciate your help in fixing this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
0