[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gambas-bugtracker] Bug #2913: Compiler Blocked while playing with gb.openssl


http://gambaswiki.org/bugtracker/edit?object=BUG.2913&from=L21haW4-

Comment #1 by Jorge CARRIÓN:

I've found that compiler doesn'block when add a second parameter to this functions:


Public Function EncryptString(sStr As String, skey As String) As String

  Return cipher["AES-256-CBC"].Encrypt(sSTr)

End Function

Public Function DecryptString(encodedStr As String, skey As String) As String

  Return Cipher["AES-256-CBC"].Encrypt(encodedStr)

End Function

Cn't explain this, only confirm it.


----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----