diff --git a/README.markdown b/README.markdown deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md deleted file mode 100644 index 3280170..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -#kitteh wiki -this is thsf wiki, all datas here are public. diff --git a/createdb.sh b/createdb.sh deleted file mode 100644 index 4420f90..0000000 --- a/createdb.sh +++ /dev/null @@ -1,7 +0,0 @@ -CREATE TABLE "users" ( - "id" INTEGER PRIMARY KEY AUTOINCREMENT, - "username" TEXT, - "password" TEXT, -- sha256 hash of the plain-text password - "salt" TEXT -- salt that is appended to the password before it is hashed -) -