MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / Decrypt

Method Decrypt

Src/Common/FSecure/Crypto/String.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17FSecure::SecureString FSecure::Crypto::String::Decrypt()
18{
19 auto tmp = m_Data.empty() ? ByteVector{} : DecryptFromAnonymous(m_Data, m_Key);
20 return { tmp.begin(), tmp.end() };
21}
22
23FSecure::Crypto::String& FSecure::Crypto::String::operator=(std::string_view sv)
24{

Callers 14

OnSendToChannelMethod · 0.45
OnSendToChannelMethod · 0.45
RemoveItemMethod · 0.45
RefreshAccessTokenMethod · 0.45
CreateAuthRequestMethod · 0.45
ListDataMethod · 0.45
RefreshAccessTokenMethod · 0.45
WriteMessageMethod · 0.45
GetMessagesMethod · 0.45
ListRoomsMethod · 0.45
CreateRoomMethod · 0.45

Calls 3

emptyMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected