robinrodricks / FluentStorage

A polycloud .NET cloud storage abstraction layer. Provides Blob storage (AWS S3, GCP, FTP, SFTP, Azure Blob/File/Event Hub/Data Lake) and Messaging (AWS SQS, Azure Queue/ServiceBus). Supports .NET 5+ and .NET Standard 2.0+. Pure C#.
MIT License
263 stars 33 forks source link

Rijndael is obsolete in .Net 6 and above #33

Closed dammitjanet closed 12 months ago

dammitjanet commented 12 months ago

As rijndael has become obsolete in .net6 and above, are there any plans to change the default from Rijndael to Aes in SymmetricEncryptionSink.cs

I know I can write my own transform, to implement, however I think this should be at least considered

robinrodricks commented 12 months ago

If you have time can you please file a PR for this change I would greatly appreciate it!

robinrodricks commented 12 months ago

Completed and released.