<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://isboxer2.com/w/index.php?action=history&amp;feed=atom&amp;title=Password_Management</id>
		<title>Password Management - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://isboxer2.com/w/index.php?action=history&amp;feed=atom&amp;title=Password_Management"/>
		<link rel="alternate" type="text/html" href="https://isboxer2.com/w/index.php?title=Password_Management&amp;action=history"/>
		<updated>2026-04-07T09:24:18Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://isboxer2.com/w/index.php?title=Password_Management&amp;diff=9&amp;oldid=prev</id>
		<title>Lax: Created page with &quot;ISBoxer 2 includes optional secure Password Management capabilities. Each Game Account can keep a stored password, which is then kept encrypted in your [[Private Data]...&quot;</title>
		<link rel="alternate" type="text/html" href="https://isboxer2.com/w/index.php?title=Password_Management&amp;diff=9&amp;oldid=prev"/>
				<updated>2018-03-29T02:15:21Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;ISBoxer 2 includes optional secure &lt;a href=&quot;/wiki/Password_Management&quot; title=&quot;Password Management&quot;&gt;Password Management&lt;/a&gt; capabilities. Each &lt;a href=&quot;/wiki/Game_Account&quot; title=&quot;Game Account&quot;&gt;Game Account&lt;/a&gt; can keep a stored password, which is then kept encrypted in your [[Private Data]...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;ISBoxer 2 includes optional secure [[Password Management]] capabilities. Each [[Game Account]] can keep a stored password, which is then kept encrypted in your [[Private Data]]. &lt;br /&gt;
&lt;br /&gt;
In cryptography terms, your passwords are each stored as a ciphertext and initialization vector (IV) pair, with each password having its own IV. A hacker cannot simply obtain your Private Data file and recover your passwords with a rainbow table, or even determine which of your passwords are the same as another.&lt;br /&gt;
&lt;br /&gt;
Before any passwords can be stored by ISBoxer 2, a [[Master Password]] must be configured -- this creates a Master Key that protects all of your passwords. The Master Password is not stored and cannot be recovered; if you lose or forget your Master Password, your stored passwords will be lost. The [[Master Password]] only needs to be entered one time per launch of [[ISBoxer 2 Launcher]], and only when you need to access a stored password for any reason, such as changing the password for any Game Account, or enabling [[Password Entry mode]].&lt;br /&gt;
&lt;br /&gt;
== Having ISBoxer 2 enter your passwords ==&lt;br /&gt;
At the current Alpha stage, there is not yet an official [[Module]] for Password Management. Therefore, to have ISBoxer 2 enter your passwords for you at this time requires a little extra work. &lt;br /&gt;
&lt;br /&gt;
; We have instructions for you to follow to enable this feature.&lt;br /&gt;
# Enable [[Module Developer mode]] in the [[Prefs Tab]]&lt;br /&gt;
# Create a [[Module]], then set it to Auto-load&lt;br /&gt;
# Edit your Module&amp;#039;s controller.iss file (Documents/ISBoxer 2/Modules...) and ONLY add the two &amp;quot;bind&amp;quot; lines shown within the code below (the rest will basically match your file, do not change any other parts)&lt;br /&gt;
# Launch your Team&lt;br /&gt;
# Enable [[Password Entry mode]] with Ctrl+Shift+Alt+P&lt;br /&gt;
# Press Alt+P to enter passwords in all windows during the Password Entry mode timer (Ctrl+Shift+Alt+P)&lt;br /&gt;
&lt;br /&gt;
 /*&lt;br /&gt;
    Module: In-Game Password Entry&lt;br /&gt;
    Version: 0.1&lt;br /&gt;
 &lt;br /&gt;
    This file controls and defines behaviors for the Module! For use in-client.&lt;br /&gt;
 */&lt;br /&gt;
 &lt;br /&gt;
 objectdef isb2_IGPE_controller inherits isboxer2module_controller&lt;br /&gt;
 {&lt;br /&gt;
     method Initialize()&lt;br /&gt;
     {&lt;br /&gt;
         bind enterpassword alt+p relay all ISBoxer2:EnterPassword&lt;br /&gt;
     }&lt;br /&gt;
 &lt;br /&gt;
     method Shutdown()&lt;br /&gt;
     {&lt;br /&gt;
         bind -delete enterpassword&lt;br /&gt;
     } &lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
In a future Alpha version, an official configurable [[Module]] will be provided.&lt;/div&gt;</summary>
		<author><name>Lax</name></author>	</entry>

	</feed>