Ver código fonte

# README 업데이트
- 한풍, 공통 암호화 분리 설명

cms 1 ano atrás
pai
commit
2f7d8277cd
1 arquivos alterados com 8 adições e 0 exclusões
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -0,0 +1,8 @@
+<LoginWindow.xaml.cs>
+1. 검색어 : #region<암호화> 주석처리를 통해 해당하는 사이트에 맞게 사용하셔야 합니다.
+- NEW_GMS 로그인 암호화
+  id = Encrypt(UserId.Text.Trim(), "ZR");
+  pw = Encrypt(UserPassword.Password.Trim(), "ZR");
+- 한풍 로그인 암호화
+  id = Encrypt_hanpoong("100", UserId.Text.Trim(), true);
+  pw = Encrypt_hanpoong("100", UserPassword.Password.Trim(), true);