Carlos Lorenz napsal(a): >Petr, > >I have learned that REBOL community provides us with excelent pieces of code >when it is in the "mood". > >I think only a very small group of people use DocKimbel's code around the >world and that's the reason why it is dying silently with no help. > >It's a pit because this shows us that a lot of good things written in REBOL >may take the same way in the near future. > > > > yeah :-) after some complaints on AltME, I got some other pointer from rebol guru Anton:
checksum/secure checksum/secure "mypass" in rebol is giving the same result as: http://dev.mysql.com/doc/refman/5.0/en/password-hashing.html mysql> *|SELECT PASSWORD('mypass');|* +-------------------------------------------+ | PASSWORD('mypass') | +-------------------------------------------+ | *6C8989366EAF75BB670AD8EA7A7FC1176A95CEF4 | +-------------------------------------------+ So actually - new mySQL passwd method looks being even more rebol friendly? We will see ... -pekr- >And tha't it - I gave it some xy hours of attention during the weekend. > > >>Our community is starting to use excuses and workarounds instead of >>fixing the code, and it also shows some sign of the rebol's state and >>how small our community actually is ;-) Sorry for such words, but thruth >>might hurt sometimes ;-) >> >> >> > > > -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
