New Activity: MultiFactorAuthentication.Activities - Secure OTP Generation for Windows Projects

Thanks! @Jon_Smith but I would like to correct you that the version you’re referring to is from 2022 by UiPath Team (Its created by community not UiPath official package ), and doesn’t truly support both Legacy and Windows—it’s either one or the other. That’s how framework work and yes, we can’t have a single activity that works perfectly on both as they are totally based on different .NET framework without backward compatibility.

Anyways the reason for creation of new one is as below for your reference

  1. The 2022 Version’s Limitation – While it was designed for Windows, it requires Bouncy. Castle library , which introduces dependency complications.

  2. Why new Package– The version I provided works on .NET and Windows namespaces [System.Security.Cryptography] only, avoiding third party Bouncy.Castle dependencies issue and ensuring smoother functionality.

That’s why an alternative was needed. Here are some relevant discussions on the issue for you :