生成钥匙打开 puttygen.exeType of key to generate:SSH-2 RSANumber of bits in a generated key:1024一般来说,1024 bits 是够用的.不过我个人喜欢2048点击Generate,并不停地晃鼠标,生成ssh-rsakey passphrase:Confirm passphrase:为私有...
201709-2 公共钥匙盒C++总结本题链接:201709-2 公共钥匙盒本博客给出本题截图:C++#include<iostream>#include<algorithm>using namespace std;const int N=1010;int n,m;int q[N];struct Op { int tm,type,id;bool operator<(const Op&t)...