
openssl Tag Posts Index
Explore on-chain topics from the Hive blockchain.
- →
Radiator v0.5.1 - Hive Ruby API Client: OpenSSL 3 Signing Rescue
Repository: Radiator v0.5.1 is out with a focus on keeping the existing Hive v1 line usable on modern Ruby and OpenSSL 3. The biggest change is transaction signing.
- →
每天进步一点点:修复OpenSSL 3.0导致ripemd160魔法失效的问题
熟悉比特币(Bitcoin)公私钥机制的朋友,可能回知道,比特币中的地址其实是由公钥按固定流程生成。 (图源 :pixabay) 魔法操作:ripemd160 在《Mastering Bitcoin》一书中,有如下比特币公钥到地址生成流程的示意图:
- →
Talleo adds support for compiling under FreeBSD and NetBSD.
In recent commits, patches were included to allow building command-line binaries under FreeBSD 13.0 and daily snapshot of NetBSD (tested with 9.99.96). NetBSD 9.2
- →
PKI Engineers know - OpenSSL > Certutil GUI - OpenSource FTW!
For your certificate validation needs, OpenSSL is vastly superior. Made this meme to commemorate this fact. Why? OpenSSL is open source. OpenSSL can perform OCSP
- →
How to use zlib with Qt applications under Windows...
Qt needs special build script to be able to use zlib as it uses more functions than standard binary has. I used following build file saved in root directory of zlib
- →
【Rust日报】 2019-04-03
Mesalink v1.0.0发布 #mesalink #openssl MesaLink TLS是百度安全实验室研发的下一代传输层安全(Transport Layer Security, TLS)库。正式支持TLS 1.3和IPv6,支持CMake编译,支持Windows,实现生产环境可用。 Read More
- →
openSSL echo hatası verirse
SSL'in Open SSL olabiliyor olması windows kullanıcıları açısından pek de iyi olmamış. Zira çoğu durum ya da çoğu program windowsa göre değil Linux'e göre düzenlenmiş
- →
SSL Sertifikacı Sertaç'a Güven(dir)mek
Çocukluğu ya da gençliği, klasik telefonların doğasını merak etme zamanına denk gelenlerin bileceği üzere; Telefon sesi, maraton başlama düdüğü gibidir. Bu yüzden
- →
HttpS openSSL NodeJS Windows
Çok sevdiğiniz bir arkadaşınız var diyelim. Onu görmek için bir şeyleri bahane edip şehirler arası ya da ülkeler arası yolculuklar yapabilirsiniz. Hatta hafta içi
- →
curl 7.61.1 vs2017 dynamic library build(MD/MDd) ( with DLL OpenSSL )
:: 이 내용은 아래의 구성의 빌드에만 유효하다. DLL Debug - DLL OpenSSL DLL Release - DLL OpenSSL folder 구조 3rdparty 라이브러리 셋팅 2-1. openssl ( openssl-1.1.0f는 아직 curl 빌드에 연동되어 있지 않기 때문에
- →
curl 7.61.1 vs2017 static library build(MT/MTD) ( with LIB OpenSSL )
:: 이 내용은 아래의 구성의 빌드에만 유효하다. LIB Debug - LIB OpenSSL LIB Release - LIB OpenSSL folder 구조 3rdparty 라이브러리 셋팅 2-1. openssl ( openssl-1.1.0f는 아직 curl 빌드에 연동되어 있지 않기 때문에
- →
Optimus multi-prime is the new rule as OpenSSL transforms crypto policies again
Changes to this cryptography policy include making sure that the insecure configuration is not enabled by default. This change was announced here after the meeting
- →
用python-ecdsa验证OpenSSL生成的私钥公钥
在之前的文章中,我们学习了用OpenSSL命令行生成Elliptic Curve (EC) algorithms(椭圆曲线算法)私钥、公钥。在文末我们提出计划,将尝试ecdsa来操作OpenSSL生成的公私钥,来验证一下他们生成出来的东西是否本质上是一样的。 这一节我们将着手进行尝试,来解除心里的疑问。 (图源 :pixabay)
- →
OpenSSL 命令行生成Elliptic Curve (EC) algorithms(椭圆曲线算法)私钥、公钥
在之前的文章中,我们介绍过secp256k1-py以及python-ecdsa secp256k1-py 安装以及命令行操作 对比一下ecdsa与secp256k1-py从私钥生成公钥 ecdsa学习笔记 / SigningKey、VerifyingKey以及公钥
- →
openssl 파일 암호화 & 복호화
Awesome zyx > 코딩 암호화할 file.txt 파일을 준비합니다. $ openssl enc -base64 -in file.txt -out file.txt.enc $ openssl enc -base64 -d -in file.txt.enc -out file.txt.dec file.txt
- →
生成Certificate Signing Request(CSR)
什么是CSR?CSR全称是Certificate Signing Request,即证书注册请求。 在申请SSL证书前,常常需要自己先生成证书注册请求。 一般使用这条命令来生成: openssl req -nodes -newkey rsa:2048 -keyout kn007.net.key -out kn007.net.csr
Leave openssl Tag Posts Index to discover