XRPLF / xrpl-dev-portal

Source code for xrpl.org including developer documentation
https://xrpl.org
Other
528 stars 1.02k forks source link

Demonstrate better secure signing in detail #1014

Open mDuo13 opened 3 years ago

mDuo13 commented 3 years ago

The example code for doing "secure" signing using ripple-lib shows the secret coming from environment variables, but doesn't show where it comes from. It's entirely possible it's either unencrypted at-rest on the disk or visible in the process list or bash history depending on how the user sets it.

We should build out some more elaborate, working examples of using secure signing configurations, including:

q411 commented 3 years ago

https://github.com/ripple/xrpl-dev-portal/pull/1011

q411 commented 3 years ago

https://github.com/ripple/xrpl-dev-portal/pull/1011