Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.34 KB

TODO.rst

File metadata and controls

39 lines (27 loc) · 1.34 KB

TODO

general

  • enclose all command line options/args with [] bracket
  • specify a fix arrow and enter key style
  • also add text for key like (right arrow)

markdown_cheat_sheet.rst

  • need to put the css for Strikethrough after every new html convertion 😞 - permanently implemented in main.css
  • add the followings in combo section
  • show the combination of Italics, Bold and Strikethrough like same word itelic, bold and strickthrough and some part itelic, some part bold or some part strickthrough in a sentene later. You can't really make a header bold, but you can italicize certain words. need to show it in combo section. You can add emphasis to link texts. you can make links within headings.
  • resize images to show side by side with the texts
  • add checklist (https://stackoverflow.com/a/31701316/5350059)

bandit_walkthrough.rst

practical_cryptography: l01

  • stream and block cipher: all are advantage

practical_cryptography: l02

  • MD5 collision: more at slide - more at slide 11

practical_cryptography: l03