How to recover DES master key from round key

TLDR

Reverse the picking(or called compressing) process where extract round key from part of master key to get most of master key(56bits), use parity to recover last 8bits.

If the dumbass/fuckhead/shithead who created this question forgot or not known parity, just fuck it.

编程是很好玩的--md2docx是怎么写出来的

花了一个多月写了一个工具,写一点东西帮助想重新造轮子的朋友~

Regex Golf Challenge

$1Interesting challenges for regular expression newbie like me~

TBC...

ACTF Junior 2019 Official WriteUP of CSUWangj's Challenge

日常出锅、、、

ACM中一些常见的问题及原因

最近在 ACM 群灌水,顺便解决了一点问题,感觉可能会成为日经系列,寻思可以写个博文专门写写,正好也是对自己学习知识的检验。

我觉得这篇文章阅读方式可以按照《C语言常见问题集》,遇到问题了来看看也行,电脑阅读的时候右边应该会有个目录可以跳转,顺着读一遍也行。

文章只能慢慢更新,因为我并不想随意地对待这种难得的问题,然而工作在身并不能全身心投入。

以下内容如无特殊声明,采用C99和C++11标准。