Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近,我一直在玩 RSA 算法。我不明白的是,每当我加密一条消息时,我都会获得一个大数字,对吗?:
“70796684736487236029913292120872639995”
那么,为什么有些加密邮件会有这样的数字和字母:
“10d5f3808d5de8c4e31145e77830a93c2”
我怎么可能将这种数字和字母的组合转换回一个大数字,然后解密它?(Python)。