logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

linux下部署bitcoin全节点同步区块

bitcoinbitcoin.confrpcuser=bitcoinrpcrpcpassword=abc123datadir=./txindex=1操作命令启动命令./bitcoind -datadir=/home/xxx/.bitcoin/ -conf=/home/xxx/.bitcoin/bitcoin.conf -daemon停止命令./bitcoind-cli -conf=/home/xx

ubuntu系统安装charm-crypto

ubuntu 安装charm-crypto

#ubuntu
密码学——elgama加解密及数字签名算法

一、背景在密码学中,ElGamal加密算法是一个基于迪菲-赫尔曼密钥交换的非对称加密算法。它在1985年由塔希尔·盖莫尔提出。GnuPG和PGP等很多密码学系统中都应用到了ElGamal算法。ElGamal加密算法可以定义在任何循环群G上。它的安全性基于离散对数难题。elgama算法可分别用作加解密与数字签名。二、加解密算法细节2.1 公私钥产生算法(KeyGenKeyGenKeyGen):随机选

#算法#密码学
ubuntu Python2安装MySQLdb

Collecting MySQL-pythonUsing cached MySQL-python-1.2.5.zip (108 kB)DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maint

到底了