mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 00:46:17 +08:00
9 lines
227 B
Bash
Executable File
9 lines
227 B
Bash
Executable File
#!/bin/bash -x
|
|
# Copyright (c) 2014 - 2018 The GmSSL Project. All rights reserved.
|
|
|
|
gmssl=gmssl
|
|
|
|
$gmssl passwd -crypt -salt xx password
|
|
$gmssl passwd -1 -salt xxxxxxxx password
|
|
$gmssl passwd -apr1 -salt xxxxxxxx password
|