diff doc/Todo @ 3:db4813125eb8

many changes.
author pyon@macmini
date Thu, 11 Oct 2018 22:11:09 +0900
parents 7fe3417cefc8
children 06342fc544e4
line wrap: on
line diff
--- a/doc/Todo	Tue Oct 02 21:20:05 2018 +0900
+++ b/doc/Todo	Thu Oct 11 22:11:09 2018 +0900
@@ -20,22 +20,22 @@
 ** crypto/crypto.exe の機能 *****************************************************
 * crypto.go 作成
 	+ auth 用 ( ハッシュ化 )
-		* -a で plaintext を暗号化
-			> crypto.exe -a plaintext -s salt	// done.
-		* -b で auth.csv を暗号化
+		* -a で plaintext を暗号化	# server/client
+			> crypto.exe -a plaintext -s salt
+		* -b で auth.csv を暗号化	# server
 			> crypto.exe -b auth.csv -s salt > auth.db
-		* -c で 認証チェック
+		* -c で 認証チェック		# gui
 	   		> crypto.exe -c auth.db -s salt user passwd
-			+ user/passwd が一致したら "39 user" を返す
+			+ user/passwd が一致したら "valid user を表示し "39 を返す
 			+ 認証なしのテストのときは user/passwd: test/test
 		+ auth.db のための salt は gui に内蔵する
 	+ hhs 用 ( 双方向、キーは crypto.go と gui に内蔵 )
-		* -d で復号化、-e で暗号化
-			> crypto.exe -d hhs.db key > hhs.csv
-			> crypto.exe -e hhs.csv > hhs.db
-		* -f で 認証チェック
+		* -d で復号化、-e で暗号化	# server
+			> crypto.exe -d hhs.db  key > hhs.csv
+			> crypto.exe -e hhs.csv key > hhs.db
+		* -f で 認証チェック		# gui
 			> crypto.exe -f hhs.db hhs key
-			+ hhs/key が一致したら "39 hhs" を返す
+			+ hhs/key が一致したら hhs の情報を返す
 
 ** imgtgz の機能 ****************************************************************
 * jpeg を 1.jpg, ..., 5.jpg とリネームし tgz にする.
@@ -44,10 +44,10 @@
 * 単なる web-server
     + upload 機能を追加 ( ver1.1 )
     + log 機能を追加 ( ver1.2 )
+    + log 機能を強化(user-id) ( ver1.3 )
 
 ** grsearcher の機能 ****************************************************************
  * 10分間 Idle なら password
- * auth.cpp pw の最後にカーソル、 xボタン無効化
  * mouse gesture 次、前のタブへ
  * dark-mode の搭載
  * プライベートフォルダに写真 userid/startup.jpg, default.jpg, avatar.jpg