欢迎各位兄弟 发布技术文章
这里的技术是共享的
https://www.python.org/downloads/source/
https://www.python.org/downloads/
对于无法连接外网的 CentOS 系统,安装 Python 模块的方法如下:
下载所需的 Python 包
在能够访问互联网的另一台机器上,找到您需要安装的 Python 包,并下载相应的 .whl 或 .tar.gz 文件。
.whl
.tar.gz
常用的 Python 包下载网站包括 PyPI 和 Anaconda Cloud。
这种方法,我自己亲自试了,不灵
目录
https://www.openssl.org/source/old/
https://www.openssl.org/source/
当执行 pip 或 pip3 安装模块时
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
我自己亲自做的方法
/usr/local/bin/pip3.10 install argon2 -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
python base64.b64decode(base64_str) 会自动补全等于号吗
Base64编码要求把3个8位字节(3*8=24)转化为4个6位的字节(4*6=24),之后在6位的前面补两个0,形成
45d7ac72e76f242b20b77b9bf9bf9d5915894e669a24e6c6 十六进制字节码 编码base64 python脚本
unhexlify 什么意思
$ echo -n "password" | argon2 somesalt -t 2 -m 16 -p 4 -l 24
Type: Argon2i
Iterations: 2
Memory: 65536 KiB
Parallelism: 4
Hash: 45d7ac72e76f242b20b77b9bf9bf9d5915894e669a24e6c6
<style>
.code-wrapper{
color:red!important;
}
</style>
linux base64 编码
https://www.jyshare.com/compile/9/
在CentOS系统上,可以使用yum包管理器来安装argon2。你可以按照以下步骤操作: