1 | !752 |
2 | |
3 | static S getPassword(S handle) { |
4 | ret loadSecretTextFile(handle + ".pass"); |
5 | } |
6 | |
7 | static void setPassword(S handle, S pass) { |
8 | saveSecretTextFile(handle + ".pass", pass); |
9 | } |
10 | |
11 | static void deletePassword(S handle) { |
12 | saveSecretTextFile(handle + ".pass", null); |
13 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1003578 |
Snippet name: | GMail Credits List |
Eternal ID of this version: | #1003578/1 |
Text MD5: | 3df594f2a967ff0e3aee61b22c4a6c68 |
Author: | stefan |
Category: | javax |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-07-22 13:49:26 |
Source code size: | 281 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 470 / 449 |
Referenced in: | [show references] |