我想使用 opennms REST API 创建用户。在参考链接https://docs.opennms.org/opennms/releases/17.0.0/guide-development/guide-development.html#_users 中提到我们可以通过使用加盐加密算法对其进行加密来传递密码。当我想使用 RESTAPI 在 opennms 中创建用户以便用户可以在创建后登录系统时,我应该在 php 中使用哪种加密方法?
我想使用 opennms REST API 创建用户。在参考链接https://docs.opennms.org/opennms/releases/17.0.0/guide-development/guide-development.html#_users 中提到我们可以通过使用加盐加密算法对其进行加密来传递密码。当我想使用 RESTAPI 在 opennms 中创建用户以便用户可以在创建后登录系统时,我应该在 php 中使用哪种加密方法?