Skip to content

Instantly share code, notes, and snippets.

@LCBH
LCBH / HideLog.py
Last active November 16, 2015 11:05
"""" Hides private data from Kresus logs.
Usage: $python HideLog.py log_input.json log_output.json. """
from sys import argv
import json
from Crypto.Cipher import AES
# -- LABELS
BA = "bankAccount"
TL = "title"
@LCBH
LCBH / dabblet.css
Created January 24, 2013 19:40
Props générales
/* Props générales */
body {
background-color: #F5F9FF;
}
div { /* formattage commun à tous les div*/
background-color: #F5F9FF;
font-family: arial;
}
@LCBH
LCBH / dabblet.css
Created January 24, 2013 19:38
Props générales
/* Props générales */
body {
background-color: #F5F9FF;
}
div { /* formattage commun à tous les div*/
background-color: #F5F9FF;
font-family: arial;
}