MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / Encryption_Key_Set

Method Encryption_Key_Set

Source/MediaInfo/MediaInfo_Config_MediaInfo.cpp:2641–2647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2639//---------------------------------------------------------------------------
2640#if MEDIAINFO_AES
2641void MediaInfo_Config_MediaInfo::Encryption_Key_Set (const Ztring &Value)
2642{
2643 string Data_Base64=Value.To_UTF8();
2644
2645 CriticalSectionLocker CSL(CS);
2646 Encryption_Key=Base64::decode(Data_Base64);
2647}
2648
2649void MediaInfo_Config_MediaInfo::Encryption_Key_Set (const int8u* Value, size_t Value_Size)
2650{

Callers 1

FileHeader_BeginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected