• (022) 6902 1117

Konversi Encrypt VB dan Decrypt VB ke PHP

 

Mohon bantuan untuk konversi encrypt VB dan decrpyt VB ke PHP (program encrypt VB dan decrpyt VB terlampir), hasil encrypt dan decrypt PHP harus sama dengan VB, nanti akan kirim hasil ecrypt VB sebagai contoh

Public Function EncryptText(strText As String, ByVal strPwd As String)

Dim I As Integer, E As Integer

Dim strBuff As String

#If Not CASE_SENSITIVE_PASSWORD Then


    'Convert password to upper case

    'if not case-sensitive

    strPwd = UCase$(strPwd)


#End If

    If Len(strPwd) Then

        For I = 1 To Len(strText)

            E = Asc(Mid$(strText, I, 1))

            E = E + Asc(Mid$(strPwd, (I Mod Len(strPwd)) + 1, 1))

            strBuff = strBuff & Chr$(E And &HFF)

        Next I

    Else

        strBuff = strText

    End If

    EncryptText = strBuff

End Function



=========================================


Public Function DecryptText(strText As String, ByVal strPwd As String)

Dim I As Integer, D As Integer

Dim strBuff As String

#If Not CASE_SENSITIVE_PASSWORD Then


    'Convert password to upper case

    'if not case-sensitive

    strPwd = UCase$(strPwd)


#End If

    If Len(strPwd) Then

        For I = 1 To Len(strText)

            D = Asc(Mid$(strText, I, 1))

            D = D - Asc(Mid$(strPwd, (I Mod Len(strPwd)) + 1, 1))

            strBuff = strBuff & Chr$(D And &HFF)

        Next I

    Else

        strBuff = strText

    End If

    DecryptText = strBuff

End Function  

Web Programming PHP VisualBasic

Published Budget: Rp 500,000 - 1,000,000
Finish Days: 7
Published Date: 05/12/2021 09:22:01 WIB
Start Date: 07/12/2021 08:50:04 WIB
Finish Date: 07/12/2021 09:05:49 WIB
Project Status: Closed
Accepted Worker: gary99 (gary99)
Accepted Budget: Rp 500,000
Project Ending: Completed

Project Owner

patangahan
Kota Pekanbaru
    
10.00/10.00
99 Point
#4,743 dari 1,098,887
Rated Worker: 10.00/10.00

Pekerjaan nya cepat , hasil memuaskan dan sangat familiar  dalam berdiskusi

Accepted Worker

gary99
Kab. Sidoarjo
    
9.95/10.00
895 Point
#666 dari 1,098,887
Rated Owner: 10.00/10.00

Thanks gan...
kalo problem tinggal kontak ane aja... hehehehehe

      User Bids

 

Recommended Workers

rakifsul

27,395 points
78 projects
    
10.00/10.00

manakreatif

18,642 points
149 projects
    
9.76/10.00

Muhammad.Rahman

17,917 points
190 projects
    
9.80/10.00

programmerkreatif

12,122 points
53 projects
    
9.61/10.00

arkhan7

10,595 points
190 projects
    
9.82/10.00

Recommended Services

Tiru Website Lain Sesuai Keinginan (Cloning)

Rp 650,000
18 sales
    
9.83/10.00

Jasa Pembuatan website Wordpress + Elementor

Rp 650,000
13 sales
    
10.00/10.00

Jasa pembuatan landing page

Rp 400,000
12 sales
    
9.92/10.00

Script API Mutasi Bank BCA Personal

Rp 2,000,000
3 sales
    
9.00/10.00

Open Projects

Dibutuhkan Developer untuk project pembuatan aplikasi Pet Shop

Owner: ScoopTech
Budget: Rp 4,000,000 - 7,000,000

Pembuatan Whatsapp API Gateway

Owner: codesbandit
Budget: Rp 3,000,000 - 10,000,000

Pembuatan Aplikasi Kawal Pemilu atau Jaga Suara

Owner: codesbandit
Budget: Rp 5,000,000 - 20,000,000

Pembuatan website film berbasis wordpress

Owner: rizqifadil
Budget: Rp 1,000,000 - 3,000,000

 


Live Chat