Activity for otbeka

  • otbeka otbeka posted a comment on discussion Codesys V2.3 πŸ‡¬πŸ‡§

    Hi, did you ever figure this out? I am trying myself to find a working hash generator as the Codesys CryptoDemo example does not seem to work.

  • otbeka otbeka posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Still unable to fix this - is anyone able to help?

  • otbeka otbeka posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Unfortunately I noticed that, and tried: * using CryptoGeteAlgorithmByID within the function call * inputting the raw byte pointer as a testByte * instantiating the _hHash handle within the function body * using a different cryptoID or the raw DINT values from the RtsCryptoID DUT ... to no avail. The pReturn value is also set to 0, which would indicate that it is OK, right? This is odd given that the function is the same within the CryptoDemo example project here, just with a newer version. Is it...

  • otbeka otbeka posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi, I have been trying to use CryptoGenerateHash from the CmpCrypto Implementation library. My code is taken almost directly from the CryptoDemo.project example provided on Codesys Forge, yet the CryptoGenerateHash function does not write to the address listed in pHash. RTS_IEC_RESULT is OK, but I am getting nothing out of the function. No errors either, all my libraries are up to date. Any help would be appreicated! PROGRAM PLC_PRG VAR sMessage : MESSAGE := 'The red fox runs across the ice'; abyHashCode...

1