如何在 C# 中使用 xamarin 在 android 上获取 PSK? [关闭]
Posted
技术标签:
【中文标题】如何在 C# 中使用 xamarin 在 android 上获取 PSK? [关闭]【英文标题】:How can I get the PSK on android with xamarin in C#? [closed] 【发布时间】:2021-11-01 15:00:02 【问题描述】:我正在制作一个测试网络安全的工具。
但我不知道如何获得 wpa2-psk 网络的 PSK。
感谢任何帮助。
【问题讨论】:
【参考方案1】:我了解到您想从设备上已配置的网络中检索 PSK。
你不能。
不推荐仅获取configured networks 的列表。
即使对于特权应用程序,API 也指定只检索信息的子集。
【讨论】:
以上是关于如何在 C# 中使用 xamarin 在 android 上获取 PSK? [关闭]的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Visual Studio 2019 中使用 Xamarin Forms(UWP) 和 C# 创建 Web 应用程序
Xamarin.Forms:如何在 Xamarin.Forms 跨平台项目中开发具有蓝牙连接的应用程序?
如何在 IDE 中获取 Xamarin Studio C# 输出?
如何使用 Xamarin 在 Android 中同步获取 GPS 位置更新?