2017-08-24 23:43 GMT-04:00 mikeB <mi...@my-audiosharing.com>:

>
> this encrypted file or string reside after it is created?
>
its obviously you are afraid of security in your proyect..

its better takes more in how the project parse the information and not in
how the project cryp the information....




>
> As always - appreciate your time and knowledge,
>
> mikeB
>
>
>
>
> On 08/24/2017 06:18 PM, Tony Morehen wrote:
>
>> Dim userid As String
>>
>> Dim encrypted As String
>> Dim cked As Boolean
>>
>> userid = "xcodex"
>> encrypted = Crypt.md5(userid, "abcdefgh")
>> cked = Crypt.Check(userid, encrypted)
>> Print cked
>>
>> On 2017-08-24 06:14 PM, mikeB wrote:
>>
>>> userid = "xcodex"
>>> Crypt.MD5(userid, "abcdefgh")
>>> cked = Crypt.Check(userid, "abcdefgh")
>>> Message.Info(cked)
>>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>>
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to