[Gambas-user] CRYPT function - a little help please?

mikeB mikeB at ...3673...
Fri Aug 25 05:43:00 CEST 2017


A BIG Thanks to Tony for the quick and working example - this

function is exactly what I needed. Not being able to decrypt it

was a brilliant idea - who ever wrote it gets my vote.


NOW - if anyone out there has a minute and knows - where does

this encrypted file or string reside after it is created?

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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user





More information about the User mailing list