decryption
3 TopicsEncrypting and Decrypting sensitive Information in ASP.NET Core
In today’s digital landscape, securing sensitive information is more critical than ever. If you're using ASP.NET Core, you might store configuration settings in appsettings.json. However, hardcoding sensitive data like connection strings or API keys in plain text can expose your application to serious risks.11KViews1like0CommentsFeature Resquest - More video formats to be playable
Since now there is a flag for media foundation video playback, so I suppose the supported video formats must be increased from just mp4 to several more like mkv, etc. which at present it doesn't support. It would be good if more formats are supported as many people like me use browser for everything from media playback to document editing. So it would be nice if the media formats list is extended. You don't have to worry for the codec as the Windows Decryption module would decrypt it.961Views1like1CommentPotential Improvement - Content Decryption Unproductive CPU utilisation
MissyQDeleted Utility: Media Foundation Content Decryption Module Service consumes a lot of extra unwanted CPU as in the below screenshot it can be seen to be consuming 15% CPU in Browser Task Manager which it is consuming in vain by doing extra work of transferring the media data to the Windows Decription Module. Instead try optimizing it by sharing the bowser's media data with decryption module and render it by just drawing output frames of decryption module. This way it will be optimized like Films and Tv app which hardly consumes 1% CPU and just consumes GPU. Try to remove this middle decryption layer service as it is not performing any productive computation. The reason this small performance issue I am highlighting is that as the playback rate increases the CPU usage of this service increases which is not a good sign. I have conveyed it through feedback. This Video Playback through Media Foundation is a very important flag which if optimized will make it best upcoming built-in browser and this feature will also save much battery if optimized. o1.5KViews0likes1Comment