doesn't have to be much. just 500 bytes or something like that.
possible API would just be the table nvram. it just wouldn't be lost when the computer shuts down.
example:
term.clear() term.setCursorPos(1,1) nvram.loginCount = (nvram.loginCount + 1) for k,v in pairs(nvram) do print(k .. ": " .. v) endproducing on the screen:
loginCount: 42 username: tesla1889 passwordHash: 2fd4e1c67a2d28fced849ee1bb76e7391b93eb12 lastEdited: /foo/bar












