feat: use dpapi for windows to ensure longer passwords work
This commit is contained in:
@@ -138,4 +138,6 @@ export const hasWMCTRL = async () =>
|
||||
export const hasOsuWinello = async () =>
|
||||
await invoke<boolean>('has_osuwinello');
|
||||
export const hasNet8 = async () =>
|
||||
await invoke<boolean>('has_net8');
|
||||
await invoke<boolean>('has_net8');
|
||||
export const encryptString = async (str: string, entropy: string) =>
|
||||
await invoke<string>('encrypt_string', {string: str, entropy});
|
Reference in New Issue
Block a user