Search found 167 matches: plain

Return to advanced search

Re: EXE passwords are visible in plain

Gustavo,

imagino que cualquier editor hexadecimal te servirá.

Saludos,
by Baxajaun
Thu May 02, 2019 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5120

Re: EXE passwords are visible in plain

veo que utilizan un programa para ver el contenido de un .exe
podrian decirme cual es?

gracias.
by goosfancito
Thu May 02, 2019 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5120

Re: EXE passwords are visible in plain

gracias
by goosfancito
Thu May 02, 2019 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5120

Re: EXE passwords are visible in plain

Gustavo,

lo que quieras ocultar ponlo entre #pragma TEXTHIDDEN(1) y #pragma TEXTHIDDEN(0)

Revisa https://github.com/harbour/core/blob/master/doc/pragma.txt

Saludos
by Baxajaun
Thu May 02, 2019 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5120

Re: EXE passwords are visible in plain

Hola.

Podrian poner la solucion final de CRISTOBAL?
me interesó

Gracias.
Gustavo
by goosfancito
Thu May 02, 2019 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5120

Re: FWH 18.08: Enhancements to strings.prg

... * XHARBOUR - Internationalization model * $DESCRIPTION$ * * * STATUS OF THE DOCUMENT * ====================== * * This is a small draft to explain the working of the i18n system in xharbour. * There could be error or even typos, and the document is Work IN Progress... * But the system i18n ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5465

Re: EXE passwords are visible in plain

No Perhaps I not explain good Otto Problem is Otto need to inser two data info to make an update of a application Otto must insert on exe the user and the password to access to the web site to update the new version of application Otto saw if compile a test with Password into, ( also make a encrypt)...
by Silvio.Falconi
Mon Nov 12, 2018 1:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5120

Re: EXE passwords are visible in plain

You can change to stay exclusively from your program

Example: ".% B>?" or "67! 9)"
by Giovany Vecchi
Mon Nov 12, 2018 12:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5120

Re: EXE passwords are visible in plain

you must allways insert a password

cEnCry := ENCRYPT(f_cTxtEncrypt,"#Pwh@!")

if the user have these function and Know "#Pwh@!" can open the app easy

the problem of Otto is the password "#Pwh@!" is showed on exe ( with a Pe editor)
by Silvio.Falconi
Sun Nov 11, 2018 11:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5120

Re: EXE passwords are visible in plain

To encrypt and be able to save in files, tables fields or inside the executable I use these functions. Try this: cTextEnc: = TXT_ENCRYPT_CHR ("MyText", "TxtOptionSave.txt") Example: 29,45,81,2,112,131 FUNCTION TXT_ENCRYPT_CHR(f_cTxtEncrypt, f_cFileNameTxtSalva, f_lQuebraLinha...
by Giovany Vecchi
Sun Nov 11, 2018 11:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5120

Re: EXE passwords are visible in plain

Otto, I sent U a test.exe with User.lic file see if you can see the data info on exe or on User.lic When I made the first version of the program for the beaches I had problems because my program liked and was copied in several bathing establishments, so I had to protect myself by checking the hard d...
by Silvio.Falconi
Sun Nov 11, 2018 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5120

Re: EXE passwords are visible in plain

1) I not use decript/cript function of Fivewin 2) I not insert any password type encript(strin,youpw) 3) the string cifrated is on file ascii ( or file INI) I not understood where you found "Antonio Linares from fivetechsoft!" if the text is cripted with aes and insert on inifile https:...
by Silvio.Falconi
Sat Nov 10, 2018 10:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5120

Re: EXE passwords are visible in plain

Silvio
with the solution from Cristobal the Exe looks like this.
Best regards
Otto

Image
by Otto
Sat Nov 10, 2018 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5120

Re: EXE passwords are visible in plain

Hello Silvio
please look into your exe file:

Image

This is what I mean.
Best regards
Otto
by Otto
Sat Nov 10, 2018 9:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5120

Re: EXE passwords are visible in plain

wich function is aes256_Decrypt ? where you found it ? I Have Un / protectstring for a string Un /protectFile for a file and these use a aes protocol 128/192/256 it'is build from this document https://csrc.nist.gov/csrc/media/publications/fips/197/final/documents/fips-197.pdf type: InitAes(128) //19...
by Silvio.Falconi
Sat Nov 10, 2018 8:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5120
PreviousNext

Return to advanced search