PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → [WM23/W23/WB23] Strong Crypt
[WM23/W23/WB23] Strong Crypt
Débuté par ARV, 04 oct. 2018 22:28 - 3 réponses
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 04 octobre 2018 - 22:28
Hi all

I want to know what is the best crypt windev have for all plataforms
I know that android have limitations but I don't know what properties use for my cryptstandard

I use the default one, but is it really that strong? a really good crypt? someone know if it is?
or did I use this one this algorithms?
cryptDES
crypt3DES

about operation mode PCSoft said that I don't use this:
cryptECB

Why? and why only for compatibility reasons?

And also I'm not sure about the filling part either
cryptPaddingPKCS
cryptPaddingZero

also CrypStandard come along with Hashstring
I see that the only one could work with everything it's with
HA_MD5_128
Because
HA_SHA_160
HA_SHA_256
HA_SHA_384
HA_SHA_512

I don't see how to match it with the ones of CryptStandard
cryptDES
crypt3DES

it could work with the ones I write? I will do some test but I don't think it could work.


Someone could give me an idea?
NOTE: I only metion those because I want to use Android too so these ones are only available for android and everyone else.

Thanks!

--
Best Regards
ARV
Message modifié, 04 octobre 2018 - 22:37
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 04 octobre 2018 - 23:20
Hi all

I do some test and everything mix up work, so then again How I can know what type it's more powerful than the other?


Thanks!

--
Best Regards
ARV
Posté le 05 octobre 2018 - 17:51
Hi arv,

for this kind of questions, google and wikipedia are your friends

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Free Video Courses, free WXShowroom.com, open source WXReplication, open
source WXEDM.

More information on http://www.fabriceharari.com


On 10/4/2018 3:20 PM, ARV wrote:
Hi all

I do some test and everything mix up work, so then again How I can know
what type it's more powerful than the other?


Thanks!

--
Best Regards
ARV
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 05 octobre 2018 - 18:18
Hi Fabrice

hahaha! Ok I get it Thanks!

--
Best Regards
ARV