프로젝트

일반

사용자정보

개정판 e1c892f7

IDe1c892f79fc4f24a2a0b11e27f12a5c62a9a198b
상위 c4c41461
하위 abf289f3

김태성이(가) 4년 이상 전에 추가함

- 효성 AutoStamping 서비스 추가

Change-Id: I5d001e75e3c0de5d2475641cf0f771ca541e6e40

차이점 보기:

FinalService/KCOM_FinalService/ConnectionStrEncrypt/Program.cs
11 11
    {
12 12
        static void Main(string[] args)
13 13
        {
14
            ///String originalText = "data source=cloud.devdoftech.co.kr,7777;database={0};user id=doftech;password=dof1073#";
14
            if (args == null || args?.Count() == 0)
15
            {
16
                args = new[] { "-en", "data source=10.11.252.2,9875;database={0};user id=ProjectPortalDBConn;password=ProjectPortalDBConn" };
17
            }
18

  
15 19
            String key = "Doftech1073#";
16 20

  
17 21
            if ((args.Length == 2) && (args[0] == "-en"))
......
28 32
            {
29 33
                Console.WriteLine("Usage : ConnectionStrEncrypt.exe -en|-de <input string>");
30 34
            }
35

  
36
            Console.ReadLine();
31 37
        }
32 38

  
33 39
        public static string Decrypt(string textToDecrypt, string key)

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)