Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 311 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 311 Bytes

Factor

Author: peigong

Difficulty: Easy

Category: Crypto

题目描述

哇,听说你在学习密码学噢,那我先考考你最经典的 RSA 吧

题目解析

暴露端口: 10002

RSA 中的素数是光滑的,因此可以使用 pollard p-1 算法快速对 N 进行分解。