Search found 16 matches: hbcrypt

Return to advanced search

Re: encrypt/decrypt in Harbour and php

Thank you Cristóbal.

Do you refer to this?

https://github.com/vszakats/hb/blob/mas ... /hbcrypt.c
by MOISES
Sun Dec 22, 2019 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: encrypt/decrypt in Harbour and php
Replies: 7
Views: 1128

Re: xharbour bcc582 hbcrypt : unresolved external : SOLVED

Also zlib.lib has to be linked in
by Demont Brecht
Mon Feb 27, 2012 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour bcc582 hbcrypt : unresolved external
Replies: 1
Views: 414

xharbour bcc582 hbcrypt : unresolved external

Hello :

Unresolved external '_adler32' referenced from RTL.LIB|hbcrypt

Frank
by Demont Brecht
Mon Feb 27, 2012 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour bcc582 hbcrypt : unresolved external
Replies: 1
Views: 414

Re: hbcrypt

Tim

I have published in the link below a sample of my application file for uestudio, all needed libraries are in there

viewtopic.php?f=3&t=19867

Hth

Richard
by Richard Chidiak
Wed Oct 06, 2010 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbcrypt
Replies: 2
Views: 603

Re: hbcrypt

You have to link zlib.lib.

EMG
by Enrico Maria Giordano
Wed Oct 06, 2010 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbcrypt
Replies: 2
Views: 603

hbcrypt

I'm working on building my application with UE Studio, Borland BCC 582, and xHarbour / FWH ... fun

For those of you familiar with this type of build, I'm getting an error "Unresolved External '_adler32' referenced from RTL.LIB\hbcrypt

Anyone have a fix for this ?

Thanks.
by TimStone
Tue Oct 05, 2010 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbcrypt
Replies: 2
Views: 603

Error compilando hbzip

... Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_adler32' referenced from C:\WORK\XHARBOUR\LIB\RTL.LIB|hbcrypt Error: Unresolved external '_inflateEnd' referenced from C:\WORK\XHARBOUR\LIB\HBZIP.LIB|ziparchive Error: Unresolved external '_deflate' referenced ...
by DiGregorio
Tue Jul 21, 2009 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando hbzip
Replies: 1
Views: 477

Problem with HB_Crypt - After FWH904

I get this error after I upgraded to FWH904

Error: Unresolved external '_adler32' referenced from C:\XHARBOUR\LIB\RTL.LIB|hbcrypt

The offending code is:
cResult := LEFT( HB_Crypt( UPPER( ALLTRIM( cUserID ) + ALLTRIM( cAccess ) ) + ALLTRIM( cPassword ), 'MyPasskey' ) + SPACE( 30 ), 30 )

Any ideas?
by Ollie
Tue May 05, 2009 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with HB_Crypt - After FWH904
Replies: 2
Views: 580

Re: Hash SHA1

Marco Turco wrote:but that file doesn't exist in the harbour sources also....


Download the source directly from http://sourceforge.net/projects/harbour-project

Here you will find the file:

http://harbour-project.svn.sourceforge. ... b/hbcrypt/
by IBTC
Mon Apr 27, 2009 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hash SHA1
Replies: 7
Views: 1203

Re: Hash SHA1

Hi,

Yes, in Harbour, please see \harbour\contrib\hbcrypt\sha1.c

Regards,

Toninho.
by toninhofwi
Mon Apr 27, 2009 12:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hash SHA1
Replies: 7
Views: 1203

... I try to compile your functions I am gretting the following error: Error: Unresolved external '_adler32' referenced from C:\XHARBOUR\LIB\RTL.LIB|hbcrypt Am I missing a LIB? These are the LIBs I'm using: fivehx.lib + fivehc.lib + rtl.lib + vm.lib + common.lib + gtgui.lib ...
by Enrico Maria Giordano
Mon Sep 15, 2008 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Poor Man Cryptography Method ( PMCM )
Replies: 13
Views: 3228

Enrico,

When I try to compile your functions I am gretting the following error:

Error: Unresolved external '_adler32' referenced from C:\XHARBOUR\LIB\RTL.LIB|hbcrypt

Am I missing a LIB?

I am using FWH 8.08 and xHarbour.

James
by James Bott
Sun Sep 14, 2008 9:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Poor Man Cryptography Method ( PMCM )
Replies: 13
Views: 3228

Ahh! Jon, thanks for the reply... When I saw hbcrypt, I thought you were referring to the hbCrypt library from DogTek. I've need for the Rijndael algo they've implemented.

Thanks again!
by Bill Simmeth
Fri Nov 10, 2006 2:01 pm
 
Forum: FiveWin for Pocket PC
Topic: Registry functions
Replies: 18
Views: 8169

Bill,
I use xharbour\source\rtl\hbcrypt.c (from xharbour.org) correcting lines 448 and 478 to use hb_retclen. I use hb_crypt to scramble the user registration key details when storing in the registry. What snippets would you like?

hth
by Jon Munro
Fri Nov 10, 2006 1:32 pm
 
Forum: FiveWin for Pocket PC
Topic: Registry functions
Replies: 18
Views: 8169

Jon Munro wrote:I have used hbcrypt to encrypt the values stored in the registry

Hi Jon,

Might you share some snippets of your implementaiton of hbCrypt? I need to do something similar and need a jump start!

Thanks,
by Bill Simmeth
Thu Nov 09, 2006 4:38 pm
 
Forum: FiveWin for Pocket PC
Topic: Registry functions
Replies: 18
Views: 8169
Next

Return to advanced search