Italia
Fonte/ Codesnippets

Crypt String Text Verschlüsseln - 2

 

Findus
Ich habe einen Code im Internet gefunden der bei mir wegen fehlern aber nicht lief und den habe ich neu geschrieben. Damit kann man text sehr sicher verschlüsseln.
KompilierenMarkierenSeparieren
def cryptacquirecontext(5) !"Advapi32.dll","CryptAcquireContextA"
def cryptcreatehash(5) !"Advapi32.dll","CryptCreateHash"
def cryptdecrypt(6) !"Advapi32.dll","CryptDecrypt"
def cryptderivekey(5) !"Advapi32.dll","CryptDeriveKey"
def cryptdestroyhash(1) !"Advapi32.dll","CryptDestroyHash"
def cryptdestroykey(1) !"Advapi32.dll","CryptDestroyKey"
def cryptencrypt(7) !"Advapi32.dll","CryptEncrypt"
def crypthashdata(4) !"Advapi32.dll","CryptHashData"
def cryptreleasecontext(2) !"Advapi32.dll","CryptReleaseContext"

proc encode

    parameters txt$,schl$
    declare erg$,hh&,hk&,hp&,len&,puffer#
    cryptacquirecontext(addr(hp&),0,0,1,0)
    len&=len(txt$)
    dim puffer#,len&+2+128
    string puffer#,0=txt$

    if hp&

        cryptcreatehash(hp&,32771,0,0,addr(hh&))

        if hh&

            crypthashdata(hh&,addr(schl$),len(schl$),0)
            cryptderivekey(hp&,26625,hh&,1,addr(hk&))

            if hk&

                cryptencrypt(hk&,0,1,0,puffer#,addr(len&),len(txt$)*2+128)
                cryptdestroykey(hk&)

            endif

            cryptdestroyhash(hh&)

        endif

        cryptreleasecontext(hp&,0)

    endif

    erg$=encode64(char$(puffer#,0,len&))
    dispose puffer#
    return erg$

endproc

proc decode

    parameters txt$,schl$
    declare erg$,hh&,hk&,hp&,len&,puffer#,tmp$
    cryptacquirecontext(addr(hp&),0,0,1,0)
    tmp$=decode64(txt$)
    len&=len(tmp$)
    dim puffer#,len&*2+128
    string puffer#,0=tmp$

    if hp&

        cryptcreatehash(hp&,32771,0,0,addr(hh&))

        if hh&

            crypthashdata(hh&,addr(schl$),len(schl$),0)
            cryptderivekey(hp&,26625,hh&,1,addr(hk&))

            if hk&

                if cryptdecrypt(hk&,0,1,0,puffer#,addr(len&))

                    erg$=string$(puffer#,0)

                endif

                cryptdestroykey(hk&)

            endif

            cryptdestroyhash(hh&)

        endif

        cryptreleasecontext(hp&,0)

    endif

    dispose puffer#
    return erg$

endproc

print decode(encode("INHALT","PASSWORT"),"PASSWORT")
waitinput

1 kB0,99 €
inkl. MwSt.
keine Versandgebühr
item:DE-9277
Bezeichnung:crypt.exe
Version:1
Kurzbeschreibung: crypt.exe
Hochgeladen:08.09.2014
Download
 
06.01.2013  
 



Funktioniert bei mir super.
 
06.01.2013  
 



Zum Quelltext


Topictitle, max. 100 characters.
 

Systemprofile:

Kein Systemprofil angelegt. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Bitte anmelden um einen Beitrag zu verfassen.
 

Topic-Options

5.713 Views

Untitledvor 0 min.
Erhard Wirth14.06.2024
Uwe Starke17.11.2023
p.specht20.11.2021
Uwe Lang20.11.2021
Di più...

Themeninformationen

Dieses Thema hat 2 subscriber:

iF (1x)
Findus (1x)


Admins  |  AGB  |  Applications  |  Autori  |  Chat  |  Informativa sulla privacy  |  Download  |  Entrance  |  Aiuto  |  Merchantportal  |  Impronta  |  Mart  |  Interfaces  |  SDK  |  Services  |  Giochi  |  Cerca  |  Support

Ein Projekt aller XProfaner, die es gibt!


Il mio XProfan
Private Notizie
Eigenes Ablageforum
Argomenti-Merkliste
Eigene Beiträge
Eigene Argomenti
Zwischenablage
Annullare
 Deutsch English Français Español Italia
Traduzioni

Informativa sulla privacy


Wir verwenden Cookies nur als Session-Cookies wegen der technischen Notwendigkeit und bei uns gibt es keine Cookies von Drittanbietern.

Wenn du hier auf unsere Webseite klickst oder navigierst, stimmst du unserer Erfassung von Informationen in unseren Cookies auf XProfan.Net zu.

Weitere Informationen zu unseren Cookies und dazu, wie du die Kontrolle darüber behältst, findest du in unserer nachfolgenden Datenschutzerklärung.


einverstandenDatenschutzerklärung
Ich möchte keinen Cookie