Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include CyberChef using a webview #4

Open
nileshtrivedi opened this issue Jan 8, 2022 · 2 comments
Open

Include CyberChef using a webview #4

nileshtrivedi opened this issue Jan 8, 2022 · 2 comments

Comments

@nileshtrivedi
Copy link
Collaborator

nileshtrivedi commented Jan 8, 2022

CyberChef is a web-based collection of dev utilities. A powerful feature is that it allows pipelining multiple tools.

We can bundle it as a webview for convenience and security. But Flutter currently doesn't support webviews on desktops officially. See the webview_experiment branch where I tried using a third-party library unsuccessfully.

@nileshtrivedi
Copy link
Collaborator Author

Somebody recommended trying it with the WebViewX plugin but that too doesn't seem to support desktop platforms.

@nileshtrivedi
Copy link
Collaborator Author

With this solution, we are now able to load load remote URLs in our webview on Mac OS. However, our goal is to avoid sending any data over the network, and that is why we need to load a local HTML file (perhaps with a file:/// URL) in the webview. That is not yet solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant