Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/23/2025 in Posts

  1. Ah yes, you're right. I forgot about that. You cannot import a LEGACY_RSAPUBLIC_BLOB using BCryptImportKeyPair. However, you can import a LEGACY_RSAPRIVATE_BLOB (if it is available). And from that LEGACY_RSAPRIVATE_BLOB, you can export an RSA public key blob and/or an RSA private key blob. The conversion of just a legacy public key blob or PEM to an RSA public key blob would be a little more difficult...but still doable. I'll put that on my list of feature requests for CryptoNG.
    2 points
  2. Interesting. Windows path/file handling should not care, but maybe something with the underlying file/path implementation in LibreOffice? I have not experienced issues before, but I would assume other applications that are made as cross OS compatible may have the same issue, especially if they end up using same part of a library that contains this bug/issue.
    1 point
  3. Released v1.0.13 today! Added Command to remove Debug to Console and MsgBox lines added by the extension Commands to add and remove debug Trace lines Refined syntax check, with ability to set options through #AutoIt3Wrapper_AU3Check_Parameters Completions and Hovers for AutoIt3Wrapper Directives Changed Changes to autoit.includePaths setting now gets written to Windows Registry Fixed Go To Definition regression Output colors not showing due to other extensions (e.g., Github Copilot) Icons missing for some Const and Enum variables in the outline/Symbol search Detection of nested Regions outputCodePage setting not working Au3Check/Problems tab now works with includePaths setting Contributors @Danp2, @vanowm, @Sunev View and Rate on VSCode Marketplace Star, Submit Issues, and Contribute on GitHub
    1 point
×
×
  • Create New...