This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""" 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Props générales */ | |
body { | |
background-color: #F5F9FF; | |
} | |
div { /* formattage commun à tous les div*/ | |
background-color: #F5F9FF; | |
font-family: arial; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Props générales */ | |
body { | |
background-color: #F5F9FF; | |
} | |
div { /* formattage commun à tous les div*/ | |
background-color: #F5F9FF; | |
font-family: arial; | |
} |