You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

141 lines
5.7 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta name="description" content="arnaucube blog" />
  5. <meta charset="utf-8">
  6. <title>arnaucube</title>
  7. <meta name="title" content="arnaucube">
  8. <meta name="description" content="arnaucube blog">
  9. <meta property="og:title" content="arnaucube" />
  10. <meta property="og:description" content="arnaucube blog" />
  11. <meta property="og:url" content="https://arnaucube.com/blog" />
  12. <meta property="og:type" content="article" />
  13. <meta property="og:image" content="https://arnaucube.com/blog/img/logoArnauCube.png" />
  14. <meta name="twitter:title" content="arnaucube">
  15. <meta name="twitter:description" content="arnaucube blog">
  16. <meta name="twitter:image" content="https://arnaucube.com/blog/img/logoArnauCube.png">
  17. <meta name="twitter:card" content="summary_large_image">
  18. <meta name="author" content="arnaucube">
  19. <meta name="viewport" content="width=device-width, initial-scale=1">
  20. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
  21. <link rel="stylesheet" href="css/style.css">
  22. <!-- highlightjs -->
  23. <!-- <link rel="stylesheet" href="js/highlightjs/atom-one-dark.css"> -->
  24. <link rel="stylesheet" href="js/highlightjs/gruvbox-dark.css">
  25. <script src="js/highlightjs/highlight.pack.js"></script>
  26. <!-- katex -->
  27. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.13.11/dist/katex.min.css" integrity="sha384-Um5gpz1odJg5Z4HAmzPtgZKdTBHZdw8S29IecapCSB31ligYPhHQZMIlWLYQGVoc" crossorigin="anonymous">
  28. </head>
  29. <body>
  30. <!-- o_gradient_background" -->
  31. <nav id="mainNav" class="navbar navbar-default navbar-fixed-top"
  32. style="height:50px;font-size:130%;">
  33. <div class="container">
  34. <a href="/blog" style="color:#000;">Blog index</a>
  35. <a href="/" style="color:#000;float:right;">arnaucube.com</a>
  36. </div>
  37. <img style="height:5px; width:100%; margin-top:8px;" src="img/gradient-line.jpg" />
  38. </nav>
  39. <div class="container" style="margin-top:40px;max-width:800px;">
  40. <a href='/blog/blind-signatures-ec.html'><div class="row" style="color:#000000;text-decoration:none;">
  41. <h3>Notes on blind signatures over elliptic curves</h3>
  42. <p>In this notes, we will cover the scheme proposed at <em>&ldquo;New Blind Signature Schemes Based on the (Elliptic Curve) Discrete Logarithm Problem&rdquo;</em> paper by Hamid Mala &amp; Nafiseh Nezhadansari.</p>
  43. <p><em>2021-07-30</em></p>
  44. <hr>
  45. </div>
  46. </a><a href='/blog/coffeeminer-hacking-wifi-cryptocurrency-miner.html'><div class="row" style="color:#000000;text-decoration:none;">
  47. <h3>CoffeeMiner: Hacking WiFi to inject cryptocurrency miner to HTML requests</h3>
  48. <p>The goal of this post, is to explain how can be done the attack of MITM (Machine-In-The-Middle) to inject some javascript in the html pages, to force all the machines connected to a WiFi network to be mining a cryptocurrency for the attacker.</p>
  49. <p><em>2018-01-04</em></p>
  50. <hr>
  51. </div>
  52. </a><a href='/blog/flock-botnet.html'><div class="row" style="color:#000000;text-decoration:none;">
  53. <h3>Auto generated tweets from Markov chains</h3>
  54. <p>Developing a twitter botnet with autonomous bots replying tweets with text generated based on probabilities in Markov chains</p>
  55. <p><em>2017-12-29</em></p>
  56. <hr>
  57. </div>
  58. </a><a href='/blog/blogo.html'><div class="row" style="color:#000000;text-decoration:none;">
  59. <h3>Static blog template engine implementation in Go</h3>
  60. <p>How has this blog been made? In this post we will see how to develop a minimalistic static blog template engine with Go.</p>
  61. <p><em>2017-12-26</em></p>
  62. <hr>
  63. </div>
  64. </a>
  65. </div>
  66. <footer style="text-align:center; margin-top:100px;margin-bottom:50px;">
  67. <div class="container">
  68. <div class="row">
  69. <ul class="list-inline">
  70. <li><a href="https://twitter.com/arnaucube"
  71. style="color:gray;text-decoration:none;"
  72. target="_blank">twitter.com/arnaucube</a>
  73. </li>
  74. <li><a href="https://github.com/arnaucube"
  75. style="color:gray;text-decoration:none;"
  76. target="_blank">github.com/arnaucube</a>
  77. </li>
  78. </ul>
  79. </div>
  80. <div class="row" style="display:inline-block;">
  81. Blog made with <a href="http://github.com/arnaucube/blogo/"
  82. target="_blank" style="color: gray;text-decoration:none;">Blogo</a>
  83. </div>
  84. </div>
  85. </footer>
  86. <script>
  87. </script>
  88. <script src="js/external-links.js"></script>
  89. <script>hljs.initHighlightingOnLoad();</script>
  90. <script defer src="https://cdn.jsdelivr.net/npm/katex@0.13.11/dist/katex.min.js" integrity="sha384-YNHdsYkH6gMx9y3mRkmcJ2mFUjTd0qNQQvY9VYZgQd7DcN7env35GzlmFaZ23JGp" crossorigin="anonymous"></script>
  91. <script defer src="https://cdn.jsdelivr.net/npm/katex@0.13.11/dist/contrib/auto-render.min.js" integrity="sha384-vZTG03m+2yp6N6BNi5iM4rW4oIwk5DfcNdFfxkk9ZWpDriOkXX8voJBFrAO7MpVl" crossorigin="anonymous"></script>
  92. <script>
  93. document.addEventListener("DOMContentLoaded", function() {
  94. renderMathInElement(document.body, {
  95. displayMode: false,
  96. // customised options
  97. // • auto-render specific keys, e.g.:
  98. delimiters: [
  99. {left: '$$', right: '$$', display: true},
  100. {left: '$', right: '$', display: false},
  101. ],
  102. // • rendering keys, e.g.:
  103. throwOnError : true
  104. });
  105. });
  106. </script>
  107. <script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
  108. </body>
  109. </html>