chromium

package
v0.0.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2023 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetChromiumBasedBrowserSettings

func GetChromiumBasedBrowserSettings(browserName string) (browserDir string, keyringName string, supportsProfiles bool)

Types

type ChromeCookieDecryptor

type ChromeCookieDecryptor struct {
	// contains filtered or unexported fields
}

func NewChromeCookieDecryptor

func NewChromeCookieDecryptor(browserRoot, keyringName string, keyring linux.LinuxKeyring) (*ChromeCookieDecryptor, error)

func (*ChromeCookieDecryptor) Decrypt

func (d *ChromeCookieDecryptor) Decrypt(encrypted []byte) ([]byte, error)

type ChroniumBasedBrowser

type ChroniumBasedBrowser struct{}

type CookieDecryptor

type CookieDecryptor interface {
	Decrypt(encrypted []byte) ([]byte, error)
}

func GetCookieDecryptor

func GetCookieDecryptor(browserRoot, keyringName string, keyring linux.LinuxKeyring) (CookieDecryptor, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL