RSA算法的c++實現(簡化版)

#include<iostream> #include<Windows.h> using namespace std; //encrypt void encrypt(char *str,int pk,int n,int *a1){ int i=0; while(1){ if(str[i]>='a'&&str[i]<='z'){
相關文章
相關標籤/搜索