Español
Fuente/ Codesnippets

Crypt String Texto Verschlüsseln - 2

 

Findus
Yo habe una Code Internet gefunden el en me wegen fehlern pero no lief y el Yo neu geschrieben. Damit puede ser texto muy sicher verschlüsseln.
KompilierenMarcaSeparación
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.
no Versandgebühr
item:DE-9277
Bezeichnung:crypt.exe
Versión:1
Kurzbeschreibung: crypt.exe
Hochgeladen:08.09.2014
Descargar
 
06.01.2013  
 



Funktioniert en me super.
 
06.01.2013  
 



Zum Quelltext


Título del Tema, max. 100 Signo.
 

Systemprofile:

Kein Systemprofil creado. [anlegen]

XProfan:

 Contribución  Font  Smilies  ▼ 

Bitte registro en una Contribución a verfassen.
 

Tema opciones

5.712 Views

Untitledvor 0 min.
Erhard Wirth14.06.2024
Uwe Starke17.11.2023
p.specht20.11.2021
Uwe Lang20.11.2021
Más...

Themeninformationen

Dieses Thema ha 2 subscriber:

iF (1x)
Findus (1x)


Admins  |  AGB  |  Applications  |  Autores  |  Chat  |  Política de Privacidad  |  Descargar  |  Entrance  |  Ayuda  |  Merchantportal  |  Pie de imprenta  |  Mart  |  Interfaces  |  SDK  |  Services  |  Juegos  |  Búsqueda  |  Support

Ein Projekt aller XProfan, el lo son!


Mi XProfan
Privado Noticias
Eigenes Ablageforum
Temas-Merkliste
Eigene Beiträge
Eigene Temas
Zwischenablage
Cancelar
 Deutsch English Français Español Italia
Traducciones

Política de Privacidad


Wir uso Cookies sólo como Session-Cookies wegen el technischen Notwendigkeit y en uns hay no Cookies de Drittanbietern.

Wenn du hier en unsere Webseite klickst oder navigierst, stimmst du unserer Erfassung de Informationen en unseren Cookies en XProfan.Net a.

Weitere Informationen a unseren Cookies y dazu, como du el Kontrolle darüber behältst, findest du en unserer nachfolgenden Datenschutzerklärung.


einverstandenDatenschutzerklärung
Yo möchte no Cookie