Posts

Showing posts with the label encryption

Azure media services encryption in transit and at rest

Azure media services encryption in transit and at rest I want to enable encryption in transit and encryption at rest for all the content stored in media storage. As I read here, No encryption is used. This is the default value. When using this option your content is not protected in transit or at rest in storage. But since all my data resides in storage itself, won't it be encrypted by default at rest because of the SSE in Azure Storage ? Am I missing something here ? Also, how is the metadata (Asset information, Locator information etc.) about the content stored ? 1 Answer 1 with Media Services v2, you can use AssetCreationOptions.StorageEncrypted option, as shown here: https://docs.microsoft.com/en-us/azure/media-services/previous/media-services-dotnet-upload-files#upload-files-using-net-sdk-extensions. See, the "Storage side encryption" table for more information: https://docs.mic...

Cannot connect to password encrypted MS Access 2016 database using C#

Cannot connect to password encrypted MS Access 2016 database using C# When I try to connect to a MS Access 2016 database, it connects perfectly without password, but when I try to connect to the same database after encrypting it with a password, I get this error: Cannot open the database. It may not be a database that your application recognizes, or the file may be corrupt. I don't know what I should do - my database isn't corrupted, and I have to make it with a password. Is there a way to do it, or am I wrong in something? File extension is .accdb .accdb Screenshots: https://drive.google.com/open?id=1vhp7pID4iQ_zoc6ImWXoJDFQv10qNRRn https://drive.google.com/open?id=18QbuFhDU11YuYS-Pe1jxxIhtLPeff-lC post your connection string here – Sachith Jun 30 at 19:13 @Sachith i don't use connection string i...

desfire ev1 change key error 911E

desfire ev1 change key error 911E i'm trying to change key in my mifare desfire ev1 card with apdu native wrapped mode command but i always get error 911E. i can successfully authenticate, create application and files, but i can't change keys ! here's what i do: first i select the application: 905A00000300000400 then i authenticate with application master key: =>61900A0000010000 <=00AA55A05A86ED002391AF =>6190AF000010CD72DFC6E6D040A4F011174EEBE03AA600 <=00AD6CC16025CCFB7B9100 RndA: 1122334455667788 RndB: 8828d6e41eea3d31 session key: 112233448828d6e4 the default key is 16 bytes zeroes. old key: 00000000000000000000000000000000 new key: 00000000000000010000000000000001 i want to preferably use single DES and for that i have chosen a symmetric 8 byte key(i dont know much about encryption and DES. i'm using online encryption websites for my work and even for crc calculation). so as the desfire datasheet says, i have to calculate a crc over the new key(since i h...