[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gambas-bugtracker] Bug #2913: Compiler Blocked while playing with gb.openssl
[Thread Prev] | [Thread Next]
- Subject: [Gambas-bugtracker] Bug #2913: Compiler Blocked while playing with gb.openssl
- From: <bugtracker@xxxxxxxxxxxxxx>
- Date: Mon, 22 Jul 2024 08:03:32 GMT
- To: shordi@xxxxxxxxx,bugtracker@xxxxxxxxxxxxxxxxxxxxxx
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 ]----
[Gambas-bugtracker] Bug #2913: Compiler Blocked while playing with gb.openssl | <bugtracker@xxxxxxxxxxxxxx> |