vbscript CONEXION GENERICA FONDOS

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vbscript CONEXION GENERICA FONDOS相关的知识,希望对你有一定的参考价值。

%>



''''''''''''''generica de fondos'''''''''   23-05.16

'desencriptada
Provider=IBMDA400;Data Source=10.9.2.201;User ID=NCXOWFVR;Password=NARPO8974


'encriptada

cn.Open Desencriptar("CebiVQRe=5y90xrnn;0NgN FbhePR=on.w.p.pno;HfRe 50=AzKBJ2IE;CNffjbeQ=AxECBvwur")

<%
Function Encriptar(sin)
	dim x, y, abfrom, abto
    Encriptar="": ABFrom = ""

    For x = 0 To 25: ABFrom = ABFrom & Chr(65 + x): Next
    For x = 0 To 25: ABFrom = ABFrom & Chr(97 + x): Next
    For x = 0 To 9: ABFrom = ABFrom & CStr(x): Next

    abto = Mid(abfrom, 14, Len(abfrom) - 13) & Left(abfrom, 13)
    For x=1 to Len(sin): y=InStr(abto, Mid(sin, x, 1))
        If y = 0 then
            Encriptar = Encriptar & Mid(sin, x, 1)
        Else
            Encriptar = Encriptar & Mid(abfrom, y, 1)
        End If
    Next
End Function

Function Desencriptar(sin)
	dim x, y, abfrom, abto
    Desencriptar="": ABFrom = ""

    For x = 0 To 25: ABFrom = ABFrom & Chr(65 + x): Next
    For x = 0 To 25: ABFrom = ABFrom & Chr(97 + x): Next
    For x = 0 To 9: ABFrom = ABFrom & CStr(x): Next

    abto = Mid(abfrom, 14, Len(abfrom) - 13) & Left(abfrom, 13)
    For x=1 to Len(sin): y = InStr(abfrom, Mid(sin, x, 1))
        If y = 0 Then
             Desencriptar = Desencriptar & Mid(sin, x, 1)
        Else
             Desencriptar = Desencriptar & Mid(abto, y, 1)
        End If
    Next
End Function
%>

以上是关于vbscript CONEXION GENERICA FONDOS的主要内容,如果未能解决你的问题,请参考以下文章

php Conexion PHP - MySQL

php Buscando错误conexion PHP

markdown conexion para adapter

php 测试de conexion一个mysql desde php

text teamviewer remoto conectarme conexion escritorio trabajar biblioteca

csharp Codigos de conexion para sql express e insercion de datos