Skip to content

Instantly share code, notes, and snippets.

View lightless233's full-sized avatar
🎮
Focusing

lightless lightless233

🎮
Focusing
View GitHub Profile
#!/usr/bin/env python3.8
# -*- coding: UTF-8 -*-
import binascii
from flask import Flask
from flask import request
from Crypto.Cipher import DES
webapp = Flask(__name__)
KEY = "qwerasdf"
/*
* Copyright 2014 Ramon de C Valle
*
* Copying and distribution of this file, with or without modification,
* are permitted in any medium without royalty provided the copyright
* notice and this notice are preserved. This file is offered as-is,
* without any warranty.
*/
#include <stdio.h>
/*
* Copyright 2014 Ramon de C Valle
*
* Copying and distribution of this file, with or without modification,
* are permitted in any medium without royalty provided the copyright
* notice and this notice are preserved. This file is offered as-is,
* without any warranty.
*/
#include <stdio.h>