Package ghidra.formats.gfilesystem.crypto
-
Interface Summary Interface Description CryptoProvider Common interface for provider interfaces that provide crypto information.CryptoProvider.Session CryptoSession Provides the caller with the ability to perform crypto querying operations for a group of related files.PasswordProvider Instances of this interface provide passwords to decrypt files. -
Class Summary Class Description CachedPasswordProvider Caches passwords used to unlock a file.CmdLinePasswordProvider APasswordProvider
that supplies passwords to decrypt files via the java jvm invocation.CryptoProviders Registry ofcrypto providers
andsession creator
.CryptoProviderSessionChildImpl A stub implementation of CryptoSession that relies on a parent instance.PasswordValue Wrapper for a password, held in a char[] array.PopupGUIPasswordProvider Pops up up a GUI dialog prompting the user to enter a password for the specified file.