Search found 236 matches: decrypt

Return to advanced search

Re: encrypt-decrypt word doc

Hello Natter, thank you. Fopen and fwrite is working fine. Hello Mark, thank you. I do not use SQL. Best regards, Otto // Encrypt() and Decrypt() functions  DOCX #include "FiveWin.ch"//----------------------------------------------------------------------------//function Main()  ...
by Otto
Sun Jan 28, 2018 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: encrypt-decrypt word doc
Replies: 3
Views: 1119

Re: encrypt-decrypt word doc

Otto,

Do you use a SQL-database?
Then you store the DOC-file in a BLOB-field. The SQL-database is already password-protected.
by Marc Vanzegbroeck
Sun Jan 28, 2018 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: encrypt-decrypt word doc
Replies: 3
Views: 1119

Re: encrypt-decrypt word doc

I did something like encrypt part of the file docx. But I used fOpen/fWrite
by Natter
Sun Jan 28, 2018 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: encrypt-decrypt word doc
Replies: 3
Views: 1119

encrypt-decrypt word doc

Hello, I am preparing for the GDPR. So I try to encrypt and decrypt a word file. But I get an error if I try to reopen the decypted word file. Could someone please help me. Best regards, Otto // New FiveWin Encrypt() and Decrypt() functions#include "FiveWin.ch"//----------------------------------------------------------------------------//function ...
by Otto
Sun Jan 28, 2018 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: encrypt-decrypt word doc
Replies: 3
Views: 1119

Re: EVP_SignInit_ex - HBSSL problem

... ) // lee el archivo Y hace lo mismo. Y estoy seguro que la decodifica bien ya que si le cambio la clave "test" por otra tira "Bad decrypt" de error. Gracias Diego.
by dhf27
Tue Dec 19, 2017 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EVP_SignInit_ex - HBSSL problem
Replies: 19
Views: 4055

Re: Solicitud obj/fuentes

Estimado, Necesito las funciones encrypt y decrypt de fwh y tengo las claves, el programa que creo el archivo es una aplicacion mia que lleva corriendo mucho tiempo, necesito esas funciones para unos programas en consola que hacen unos procesos ...
by Lautaro
Wed Dec 13, 2017 6:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Solicitud obj/fuentes ( Por favor Fivetech )
Replies: 3
Views: 896

Re: Solicitud obj/fuentes

Las funciones hb_encrypt y hb_decrypt son de harbour, pero sin las claves utilizadas en la encriptación, no creo que puedas desencriptarlos
by cnavarro
Wed Dec 13, 2017 4:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Solicitud obj/fuentes ( Por favor Fivetech )
Replies: 3
Views: 896

Solicitud obj/fuentes ( Por favor Fivetech )

... gui ni otras librerias ) en linux y en mac puedan leer unos archivos generados por una aplicacion escrita con FW y que usa las funciones encrypt/decrypt para guardar datos ahi. Entonces necesito el obj/fuente de esas funciones para poder incorporarlas en estos programas de consola. ¿ Como puedo ...
by Lautaro
Wed Dec 13, 2017 3:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Solicitud obj/fuentes ( Por favor Fivetech )
Replies: 3
Views: 896

Re: funciones de FWH y Harbour en un archivo .txt

__clsVerify(<nClassH>)-><acBrokenMessages>|Nil __objAddData(<oObject>,<cDataName>)->oObject __objAddInline(<oObject>,<cInlineName>,<bInline>)->oObject __objAddMethod(<oObject>,<cMethodName>,<nFuncPtr>)->oObject __objDelInline(&l...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: funciones de FWH y Harbour en un archivo .txt

__clsVerify __objAddData __objAddInline __objAddMethod __objDelInline __objDelMethod __objDelMethod __objDerivedFrom __objGetMethodList __objGetValueList __objModInline __objModMethod __objSetValueList __Pack __Run __Zap AAdd Abs AChoice AClone ACopy ACos AddASCII AddMonth ADel ADir ADSBlob2File ADS...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

PGP Command Line

Hello,

Is anyone using a newer version of PGP command line to decrypt messages?

Thank you,
by cdmmaui
Tue Aug 23, 2016 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PGP Command Line
Replies: 0
Views: 334

Re: Decrypt Harbour me genera diferentes resultados xharbour

Leandro, Yo creo que el problema viene de que oConsBO:Fields("u_clave"):Value, por alguna razón, está funcionando distinto en xHarbour y Harbour. Puede ser debido a una diferencia en el módulo de OLE en xHarbour y Harbour. Se me ocurre que escribas una pequeña utilidad que desencripte las ...
by Antonio Linares
Wed Jan 27, 2016 3:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Decrypt Harbour me genera diferentes resultados xharbour
Replies: 16
Views: 1575

Re: Decrypt Harbour me genera diferentes resultados xharbour

Funciona con Harbour y xHarbour. // New FiveWin Encrypt() and Decrypt() functions#include "FiveWin.ch"//----------------------------------------------------------------------------//function Main()   local cTest1 := "123456789"  ...
by karinha
Wed Jan 27, 2016 1:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Decrypt Harbour me genera diferentes resultados xharbour
Replies: 16
Views: 1575

Re: Decrypt Harbour me genera diferentes resultados xharbour

Buenos días para todos

Con harbour
Code: Select all  Expand view
7hÔ1bŽ


Con xharbour
Code: Select all  Expand view
7hÔ1bÄ


Aquí otro por si acaso

Con harbour
Code: Select all  Expand view
4jŽñ¢Ž


Con xharbour
Code: Select all  Expand view
4jıóÄ
by leandro
Wed Jan 27, 2016 12:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Decrypt Harbour me genera diferentes resultados xharbour
Replies: 16
Views: 1575

Re: Decrypt Harbour me genera diferentes resultados xharbour

Leandro,

Podrías probar con otro registro más ? gracias
by Antonio Linares
Wed Jan 27, 2016 10:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Decrypt Harbour me genera diferentes resultados xharbour
Replies: 16
Views: 1575
PreviousNext

Return to advanced search