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.

56 lines
2.2 KiB

6 years ago
2 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. {
  2. "title": "arnaucube - blog",
  3. "relativePath": "/blog",
  4. "absoluteUrl": "https://arnaucube.com/blog",
  5. "postsDir": "posts",
  6. "indexTemplate": "index.html",
  7. "postThumbTemplate": "postThumbTemplate.html",
  8. "metadescr": "arnaucube blog",
  9. "metaimg": "img/logoArnauCube.png",
  10. "posts": [
  11. {
  12. "thumb": "shamir-secret-sharing_thumb.md",
  13. "md": "shamir-secret-sharing.md",
  14. "metadescr": ""
  15. },
  16. {
  17. "thumb": "kzg-batch-proof_thumb.md",
  18. "md": "kzg-batch-proof.md",
  19. "metadescr": "The benefit of batch proof is that allows us to proof multiple points while the proof size remains constant to one G1 point."
  20. },
  21. {
  22. "thumb": "kzg-commitments_thumb.md",
  23. "md": "kzg-commitments.md",
  24. "metadescr": "In the following notes I've tried to summarize the KZG Commitment scheme with the concepts that helped me to follow the reasoning."
  25. },
  26. {
  27. "thumb": "blind-signatures-ec_thumb.md",
  28. "md": "blind-signatures-ec.md",
  29. "metaimg": "img/posts/blind-signatures-ec/flow1.png",
  30. "metadescr": "In this notes, we will cover the scheme proposed at 'New Blind Signature Schemes Based on the (Elliptic Curve) Discrete Logarithm Problem' paper by Hamid Mala & Nafiseh Nezhadansari."
  31. },
  32. {
  33. "thumb": "coffeeminer_thumb.md",
  34. "md": "coffeeminer-hacking-wifi-cryptocurrency-miner.md",
  35. "metaimg": "img/posts/coffeeMiner/coffeeMiner-network-attack.png",
  36. "metadescr": "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."
  37. },
  38. {
  39. "thumb": "flock-botnet_thumb.md",
  40. "md": "flock-botnet.md",
  41. "metaimg": "img/posts/flock-botnet/markovchain.png",
  42. "metadescr": "Developing a twitter botnet with autonomous bots replying tweets with text generated based on probabilities in Markov chains"
  43. },
  44. {
  45. "thumb": "blogo_thumb.md",
  46. "md": "blogo.md",
  47. "metadescr": "How has this blog been made? In this post we will see how to develop a minimalistic static blog template engine with Go."
  48. }
  49. ],
  50. "copyRaw": [
  51. "css",
  52. "img",
  53. "vendor",
  54. "js"
  55. ]
  56. }