Search found 208 matches: encrypted

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... these libraries are correctly installed and configured, you enhance the capabilities and security of your Apache server, particularly in handling encrypted communications and secure data transfer.
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 134

Re: Digital signing a document

Dear Michel,

Then I guess your PDFs are encrypted

Could you please email me one of them ? thanks
by Antonio Linares
Mon Apr 15, 2024 5:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 403

Re: Class TOpenAI_ChatGPT by Charles Kwon

... with the endpoint, and the communication protocol is https. In other words, there is no risk of leakage of cKey because the communication is encrypted. However, if you want to use encryption to protect your key locally, you can encrypt and store your key and decrypt the key before calling ...
by CharlesKwon
Thu Feb 01, 2024 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TOpenAI_ChatGPT by Charles Kwon
Replies: 3
Views: 473

Re: creación oath_signature en oath 1.0

David,
The problem I had is how I put together the string to be encrypted,
when to consider or not the characters that should be converted to hexadecimal,
that was solved, both your contribution and openssl work perfectly

thanks again
best regards
by jlborlando
Tue Oct 24, 2023 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: creación oath_signature en oath 1.0
Replies: 2
Views: 285

Re: password manager with mod harbour

Hello friends, I have a utility to encrypt the original passwords. For now, I have to manually copy the encrypted value and the IV into the database. For internal use, this is entirely sufficient. Perhaps someone is interested and we could further develop this project. Encrypt ...
by Otto
Tue Jul 25, 2023 6:46 am
 
Forum: mod_harbour
Topic: password manager with mod harbour
Replies: 4
Views: 621

password manager with mod harbour

... theft. The program utilizes the Web Crypto API to encrypt and decrypt passwords with AES-GCM. Passwords are extracted from a dBase file (DBF). The encrypted passwords are encrypted using an encryption key and an initialization vector (IV) as parameters. In the DBF file, the encrypted password and ...
by Otto
Mon Jul 24, 2023 9:09 pm
 
Forum: mod_harbour
Topic: password manager with mod harbour
Replies: 4
Views: 621

xbrowse

May be this is interesting for Antonio or Mr. Rao. I have an ini file with entries about login values. The password is encrypted using the function HB_Crypt(). It drove me crazy to list the ini file with xbrowse because it always crashed. Finally I found out that the characters 0x12 ...
by Detlef
Fri Jul 07, 2023 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse
Replies: 15
Views: 607

Re: Maybe we need a parameter for sessionstart()

... the code. This module implements sessions on mod_harbour. Sessions are used to save data on a session hash table. The saved data on the server is encrypted by a key that it is only stored on the client and is unique for each session. */ function SessionStart() // Starts a session  ...
by Otto
Sat Apr 15, 2023 6:47 pm
 
Forum: mod_harbour
Topic: Maybe we need a parameter for sessionstart()
Replies: 2
Views: 485

Re: How code obfuscation helps protect application data

... given enough time, but most ransom crooks don't want to spend the time to de-encrypt the data .. to them, they just want the EASY and quick un-encrypted robbery .. and hold that compony for ransom .. To a crook .. it is not worth the time to crack an encryption algorithm .. just move on to ...
by Rick Lipkin
Tue May 17, 2022 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How code obfuscation helps protect application data
Replies: 11
Views: 1368

Re: How code obfuscation helps protect application data

Rick and Otto, in your opinion a dbfcdx table encrypted with and populated LOCAL cPassword := "12345678" SELECT 0 USE customers DBINFO( DBI_PASSWORD, cPassord ) can a skilled hacker to decode the content of customers.dbf ? perhaps even ...
by MarcoBoschi
Tue May 17, 2022 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How code obfuscation helps protect application data
Replies: 11
Views: 1368

Re: How code obfuscation helps protect application data

... for the data .. If I were a "for ransom" crook .. I would care les about the executable .. I would want to steal the data and if not encrypted .. you better get prepared to pay a ransom .. .. I am not cheap, but reasonable :D Rick Lipkin
by Rick Lipkin
Mon May 16, 2022 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How code obfuscation helps protect application data
Replies: 11
Views: 1368

Re: How code obfuscation helps protect application data

Otto No noticeable different in speed .. specifically population forms .. when it comes to finding values that are encrypted like names .. I de-encrypt names into an array or temp database and use them as usual .. the only drawback to that is it takes a minute or so to decrypt and ...
by Rick Lipkin
Fri May 06, 2022 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How code obfuscation helps protect application data
Replies: 11
Views: 1368

Re: How code obfuscation helps protect application data

... used for my forms ... PS ... This is open source Clipper code that I use for the data Encryption and de-encryption .. each field that is to be encrypted has to have one extra space added to the length Func ENCRYPT( TO_DO )LOCAL PADBACK := LEN(TO_DO), DONE := " ", QAZTO_DO ...
by Rick Lipkin
Thu May 05, 2022 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How code obfuscation helps protect application data
Replies: 11
Views: 1368

Re: dbase III/IV file encrypted

Thanks Enrico

Lorenzo
by lorenzoazz
Sat Jan 29, 2022 6:04 pm
 
Forum: All products support
Topic: dbase III/IV file encrypted
Replies: 8
Views: 1146

Re: dbase III/IV file encrypted

Inside dbinfo.ch:

Code: Select all  Expand view
#define DBI_PASSWORD            131  /* Workarea password */


Please update your Harbour or xHarbour compiler.

EMG
by Enrico Maria Giordano
Sat Jan 29, 2022 1:50 pm
 
Forum: All products support
Topic: dbase III/IV file encrypted
Replies: 8
Views: 1146
Next

Return to advanced search