Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Telerik
Build great .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
Testing & Mocking
Debugging
Build JavaScript UI
Javascript
AI for Developers & IT
Ensure AI program success
AI Coding
Additional Tools
Enhance the developer and designer experience
UI/UX Tools
Free Tools
CMS
Support and Learning
Productivity and Design Tools
We need to update the value of the Async Upload Configuration Encryption Key for security reasons in our organization. How do we get the new encryption key value to put in our web.config file.
Thanks
The easiest way is to use the IIS Machine Key generator: https://docs.telerik.com/devtools/aspnet-ajax/general-information/images/generate-keys-iis.png. You can also use any other key generator that is suitable for .NET methods (HMACSHA256 in particular).
I also advise that you review the following section of the documentation about other keys you may need to set and to also ensure the necessary handlers are properly registered: https://docs.telerik.com/devtools/aspnet-ajax/general-information/web-config-settings-overview#mandatory-additions-to-the-webconfig.