<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hope.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tech+Learning+Collective</id>
	<title>HOPE Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hope.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tech+Learning+Collective"/>
	<link rel="alternate" type="text/html" href="https://wiki.hope.net/index.php/Special:Contributions/Tech_Learning_Collective"/>
	<updated>2026-04-26T19:14:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://wiki.hope.net/index.php?title=Password_Superpowers_workshop&amp;diff=201</id>
		<title>Password Superpowers workshop</title>
		<link rel="alternate" type="text/html" href="https://wiki.hope.net/index.php?title=Password_Superpowers_workshop&amp;diff=201"/>
		<updated>2020-07-12T23:10:00Z</updated>

		<summary type="html">&lt;p&gt;Tech Learning Collective: Add duration.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox workshop&lt;br /&gt;
|title=Password Superpowers: How to Crack Hashes and Stump Hackers&lt;br /&gt;
|presenters=[[User:Tech Learning Collective]]&lt;br /&gt;
|duration=1 hour and 30 minutes&lt;br /&gt;
|imagefile=Workshop.password-superpowers-how-to-crack-hashes-and-stump-hackers.rectangle.jpg&lt;br /&gt;
|participant_limit=20&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Password Superpowers&#039;&#039;&#039; is a workshop slated to be included in the HOPE 2020 conference calendar that teaches password recover (hash cracking) techniques as well as secrets management (password manager) software. It was created by Tech Learning Collective cybersecurity trainers and features both demonstration and hands-on portions. Students are provided with a &amp;quot;practice lab&amp;quot; that they can run inside of a virtual machine, where numerous hash cracking software utilities are pre-installed for them.&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
This workshop teaches you how to use “password recovery” tools like John the Ripper and hashcat to find out what the password of a given user account or password-protected file is. By using free software programs that automates a technique called hash cracking, you can find out exactly how strong (or not) your own passwords are. Also in this workshop, you’ll learn about equally free password and secrets management apps like KeePass that help you practice good password hygiene so that you don’t reuse passwords or use weak passwords that don’t offer as much protection as you might have thought before you learned how easy it can be to “crack” encrypted passwords yourself. We&#039;ll also provide an automated lab environment for you that you can spin up on your laptop so that you can follow along with the instructor and get cracking immediately.&lt;br /&gt;
&lt;br /&gt;
== Full Description ==&lt;br /&gt;
Have you been “pwned”? For years, security researcher Troy Hunt has been running a website at HaveIBeenPwned.com that lets you check to see if your online accounts have been pwned—that is, if your personal information such as your password has been leaked, accessed, or (worst of all!) “cracked.” Go on, check for yourself!&lt;br /&gt;
&lt;br /&gt;
If you’ve been “pwned,” this workshop is your chance to learn exactly what the risk might be, and what you can do about it. Derived from one portion of [[Tech Learning Collective https://techlearningcollective.com/]]’s popular “Hacking with Mr. Robot” (Security 101) course, this class will clarify the basics of cryptography and encryption within a context that actually applies to your day to day life online.&lt;br /&gt;
&lt;br /&gt;
Learn what websites do with your password when you log in to them, and why using free password management software can make you both safer and more productive. On the flip side, learn professional techniques for recovering passwords from their “encrypted” (hashed) representation, such as using optimized wordlists, word-mangling rulesets, and employing basic doxing techniques for creating personally targeted password-cracking attacks.&lt;br /&gt;
&lt;br /&gt;
== Registration == &lt;br /&gt;
Registration information TBD.&lt;br /&gt;
&lt;br /&gt;
== Pre-requisite knowledge ==&lt;br /&gt;
This workshop presumes no pre-existing knowledge on the subject. This is a beginner-friendly workshop. That being said, the following knowledge will be useful for students who want to take the workshop&#039;s training to the next level more quickly:&lt;br /&gt;
&lt;br /&gt;
* Basic command line experience in a POSIX environment (Bash on GNU/Linux, for instance), to work with the tools.&lt;br /&gt;
* Basic understanding of computational resources, such as CPU clock speeds, to understand how to optimize hash cracking speeds.&lt;br /&gt;
* Familiarity with the use or, optionally, development of login systems such as Web-based authentication flows. This is very much not required but adds a lot of context to the workshop discussion.&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
Workshop attendees must have a laptop capable of participating in the Web video stream, but nothing more.&lt;br /&gt;
&lt;br /&gt;
=== Preparation for optional hands-on lab ===&lt;br /&gt;
If attendees want to try out the hands-on exercises along with the instructor, they must have:&lt;br /&gt;
&lt;br /&gt;
* A laptop capable of running Oracle VirtualBox, which means they need physical hardware with support for the Intel VT-x instruction. This excludes many low-end tablet-style devices such as models of Microsoft Surface, netbooks, and so forth. To check your system for hardware virtualization support:&lt;br /&gt;
** macOS: &amp;lt;code&amp;gt;sysctl -a | grep -E --color &#039;machdep.cpu.features|VMX&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Linux: &amp;lt;code&amp;gt;grep -E --color &#039;vmx|svm&#039; /proc/cpuinfo&amp;lt;/code&amp;gt;&lt;br /&gt;
** Windows: &amp;lt;code&amp;gt;systeminfo&amp;lt;/code&amp;gt;, then ensure &amp;quot;Hyper-V Requirements&amp;quot; features are marked &amp;quot;Yes&amp;quot; in the output.&lt;br /&gt;
* HashiCorp Vagrant version 2.2.9 or later.&lt;br /&gt;
* A broadband Internet connection (for timely downloading of the Vagrant base box virtual machine lab environment).&lt;br /&gt;
* No less than 10GB free hard disk space in which to install the lab environment and associated wordlist assets. (15GB recommended.)&lt;br /&gt;
* At least 1GB free RAM (2GB recommended).&lt;br /&gt;
&lt;br /&gt;
To prepare, attendees must perform the following steps:&lt;br /&gt;
&lt;br /&gt;
# Install Oracle VirtualBox.&lt;br /&gt;
# Install HashiCorp Vagrant.&lt;br /&gt;
# Download the workshop lab materials (which can be provided on request).&lt;br /&gt;
# Navigate to the workshop lab materials folder (&amp;lt;code&amp;gt;cd /path/to/lab/folder&amp;lt;/code&amp;gt;) in their terminal program of choice.&lt;br /&gt;
# Spin up the lab environment by invoking the &amp;lt;code&amp;gt;vagrant up&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
Once Vagrant completes, they can use the &amp;lt;code&amp;gt;vagrant ssh&amp;lt;/code&amp;gt; command to log in to the lab environment, which will provide them with numerous hash cracking utilities and some hashes to crack.&lt;/div&gt;</summary>
		<author><name>Tech Learning Collective</name></author>
	</entry>
	<entry>
		<id>https://wiki.hope.net/index.php?title=Template:Infobox_workshop&amp;diff=199</id>
		<title>Template:Infobox workshop</title>
		<link rel="alternate" type="text/html" href="https://wiki.hope.net/index.php?title=Template:Infobox_workshop&amp;diff=199"/>
		<updated>2020-07-12T23:08:00Z</updated>

		<summary type="html">&lt;p&gt;Tech Learning Collective: Document duration parameter.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{|style=&amp;quot;float: right; max-width: 50%;&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|{{{title}}}&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|[[File:{{{imagefile|Hope2020 v1.png}}}|150px]]&lt;br /&gt;
|-&lt;br /&gt;
!Presenters:&lt;br /&gt;
|{{{presenters}}}&lt;br /&gt;
|-&lt;br /&gt;
!Duration:&lt;br /&gt;
|{{{duration}}}&lt;br /&gt;
|-&lt;br /&gt;
!Participant limit:&lt;br /&gt;
|{{{participant_limit}}}&lt;br /&gt;
|}&lt;br /&gt;
[[Category:HOPE 2020 workshops]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This template is intended to be used to create a &amp;quot;glance-able&amp;quot; overview of a workshop.&lt;br /&gt;
&lt;br /&gt;
Use the template like so:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox workshop&lt;br /&gt;
|title=How to Hack: For Fun and Profit&lt;br /&gt;
|presenters=Hacker McHackypants&lt;br /&gt;
|duration=1 hour and 30 minutes&lt;br /&gt;
|imagefile=ExampleImage.jpg&lt;br /&gt;
|participant_limit=15&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tech Learning Collective</name></author>
	</entry>
	<entry>
		<id>https://wiki.hope.net/index.php?title=Template:Infobox_workshop&amp;diff=198</id>
		<title>Template:Infobox workshop</title>
		<link rel="alternate" type="text/html" href="https://wiki.hope.net/index.php?title=Template:Infobox_workshop&amp;diff=198"/>
		<updated>2020-07-12T23:07:29Z</updated>

		<summary type="html">&lt;p&gt;Tech Learning Collective: Add duration parameter.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{|style=&amp;quot;float: right; max-width: 50%;&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|{{{title}}}&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|[[File:{{{imagefile|Hope2020 v1.png}}}|150px]]&lt;br /&gt;
|-&lt;br /&gt;
!Presenters:&lt;br /&gt;
|{{{presenters}}}&lt;br /&gt;
|-&lt;br /&gt;
!Duration:&lt;br /&gt;
|{{{duration}}}&lt;br /&gt;
|-&lt;br /&gt;
!Participant limit:&lt;br /&gt;
|{{{participant_limit}}}&lt;br /&gt;
|}&lt;br /&gt;
[[Category:HOPE 2020 workshops]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This template is intended to be used to create a &amp;quot;glance-able&amp;quot; overview of a workshop.&lt;br /&gt;
&lt;br /&gt;
Use the template like so:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox workshop&lt;br /&gt;
|title=How to Hack: For Fun and Profit&lt;br /&gt;
|presenters=Hacker McHackypants&lt;br /&gt;
|imagefile=ExampleImage.jpg&lt;br /&gt;
|participant_limit=15&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tech Learning Collective</name></author>
	</entry>
	<entry>
		<id>https://wiki.hope.net/index.php?title=File:Workshop.world-wide-wars-introduction-to-exploiting-web-applications.rectangle.jpg&amp;diff=197</id>
		<title>File:Workshop.world-wide-wars-introduction-to-exploiting-web-applications.rectangle.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hope.net/index.php?title=File:Workshop.world-wide-wars-introduction-to-exploiting-web-applications.rectangle.jpg&amp;diff=197"/>
		<updated>2020-07-12T23:02:02Z</updated>

		<summary type="html">&lt;p&gt;Tech Learning Collective: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tech Learning Collective</name></author>
	</entry>
	<entry>
		<id>https://wiki.hope.net/index.php?title=File:Workshop.gone-phishing-how-to-recognize-fake-websites-and-other-online-scams.rectangle.jpg&amp;diff=196</id>
		<title>File:Workshop.gone-phishing-how-to-recognize-fake-websites-and-other-online-scams.rectangle.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hope.net/index.php?title=File:Workshop.gone-phishing-how-to-recognize-fake-websites-and-other-online-scams.rectangle.jpg&amp;diff=196"/>
		<updated>2020-07-12T23:01:31Z</updated>

		<summary type="html">&lt;p&gt;Tech Learning Collective: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tech Learning Collective</name></author>
	</entry>
	<entry>
		<id>https://wiki.hope.net/index.php?title=Password_Superpowers_workshop&amp;diff=195</id>
		<title>Password Superpowers workshop</title>
		<link rel="alternate" type="text/html" href="https://wiki.hope.net/index.php?title=Password_Superpowers_workshop&amp;diff=195"/>
		<updated>2020-07-12T22:59:11Z</updated>

		<summary type="html">&lt;p&gt;Tech Learning Collective: First draft of workshop page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox workshop&lt;br /&gt;
|title=Password Superpowers: How to Crack Hashes and Stump Hackers&lt;br /&gt;
|presenters=[[User:Tech Learning Collective]]&lt;br /&gt;
|imagefile=Workshop.password-superpowers-how-to-crack-hashes-and-stump-hackers.rectangle.jpg&lt;br /&gt;
|participant_limit=20&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Password Superpowers&#039;&#039;&#039; is a workshop slated to be included in the HOPE 2020 conference calendar that teaches password recover (hash cracking) techniques as well as secrets management (password manager) software. It was created by Tech Learning Collective cybersecurity trainers and features both demonstration and hands-on portions. Students are provided with a &amp;quot;practice lab&amp;quot; that they can run inside of a virtual machine, where numerous hash cracking software utilities are pre-installed for them.&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
This workshop teaches you how to use “password recovery” tools like John the Ripper and hashcat to find out what the password of a given user account or password-protected file is. By using free software programs that automates a technique called hash cracking, you can find out exactly how strong (or not) your own passwords are. Also in this workshop, you’ll learn about equally free password and secrets management apps like KeePass that help you practice good password hygiene so that you don’t reuse passwords or use weak passwords that don’t offer as much protection as you might have thought before you learned how easy it can be to “crack” encrypted passwords yourself. We&#039;ll also provide an automated lab environment for you that you can spin up on your laptop so that you can follow along with the instructor and get cracking immediately.&lt;br /&gt;
&lt;br /&gt;
== Full Description ==&lt;br /&gt;
Have you been “pwned”? For years, security researcher Troy Hunt has been running a website at HaveIBeenPwned.com that lets you check to see if your online accounts have been pwned—that is, if your personal information such as your password has been leaked, accessed, or (worst of all!) “cracked.” Go on, check for yourself!&lt;br /&gt;
&lt;br /&gt;
If you’ve been “pwned,” this workshop is your chance to learn exactly what the risk might be, and what you can do about it. Derived from one portion of [[Tech Learning Collective https://techlearningcollective.com/]]’s popular “Hacking with Mr. Robot” (Security 101) course, this class will clarify the basics of cryptography and encryption within a context that actually applies to your day to day life online.&lt;br /&gt;
&lt;br /&gt;
Learn what websites do with your password when you log in to them, and why using free password management software can make you both safer and more productive. On the flip side, learn professional techniques for recovering passwords from their “encrypted” (hashed) representation, such as using optimized wordlists, word-mangling rulesets, and employing basic doxing techniques for creating personally targeted password-cracking attacks.&lt;br /&gt;
&lt;br /&gt;
== Registration == &lt;br /&gt;
Registration information TBD.&lt;br /&gt;
&lt;br /&gt;
== Pre-requisite knowledge ==&lt;br /&gt;
This workshop presumes no pre-existing knowledge on the subject. This is a beginner-friendly workshop. That being said, the following knowledge will be useful for students who want to take the workshop&#039;s training to the next level more quickly:&lt;br /&gt;
&lt;br /&gt;
* Basic command line experience in a POSIX environment (Bash on GNU/Linux, for instance), to work with the tools.&lt;br /&gt;
* Basic understanding of computational resources, such as CPU clock speeds, to understand how to optimize hash cracking speeds.&lt;br /&gt;
* Familiarity with the use or, optionally, development of login systems such as Web-based authentication flows. This is very much not required but adds a lot of context to the workshop discussion.&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
Workshop attendees must have a laptop capable of participating in the Web video stream, but nothing more.&lt;br /&gt;
&lt;br /&gt;
=== Preparation for optional hands-on lab ===&lt;br /&gt;
If attendees want to try out the hands-on exercises along with the instructor, they must have:&lt;br /&gt;
&lt;br /&gt;
* A laptop capable of running Oracle VirtualBox, which means they need physical hardware with support for the Intel VT-x instruction. This excludes many low-end tablet-style devices such as models of Microsoft Surface, netbooks, and so forth. To check your system for hardware virtualization support:&lt;br /&gt;
** macOS: &amp;lt;code&amp;gt;sysctl -a | grep -E --color &#039;machdep.cpu.features|VMX&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Linux: &amp;lt;code&amp;gt;grep -E --color &#039;vmx|svm&#039; /proc/cpuinfo&amp;lt;/code&amp;gt;&lt;br /&gt;
** Windows: &amp;lt;code&amp;gt;systeminfo&amp;lt;/code&amp;gt;, then ensure &amp;quot;Hyper-V Requirements&amp;quot; features are marked &amp;quot;Yes&amp;quot; in the output.&lt;br /&gt;
* HashiCorp Vagrant version 2.2.9 or later.&lt;br /&gt;
* A broadband Internet connection (for timely downloading of the Vagrant base box virtual machine lab environment).&lt;br /&gt;
* No less than 10GB free hard disk space in which to install the lab environment and associated wordlist assets. (15GB recommended.)&lt;br /&gt;
* At least 1GB free RAM (2GB recommended).&lt;br /&gt;
&lt;br /&gt;
To prepare, attendees must perform the following steps:&lt;br /&gt;
&lt;br /&gt;
# Install Oracle VirtualBox.&lt;br /&gt;
# Install HashiCorp Vagrant.&lt;br /&gt;
# Download the workshop lab materials (which can be provided on request).&lt;br /&gt;
# Navigate to the workshop lab materials folder (&amp;lt;code&amp;gt;cd /path/to/lab/folder&amp;lt;/code&amp;gt;) in their terminal program of choice.&lt;br /&gt;
# Spin up the lab environment by invoking the &amp;lt;code&amp;gt;vagrant up&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
Once Vagrant completes, they can use the &amp;lt;code&amp;gt;vagrant ssh&amp;lt;/code&amp;gt; command to log in to the lab environment, which will provide them with numerous hash cracking utilities and some hashes to crack.&lt;/div&gt;</summary>
		<author><name>Tech Learning Collective</name></author>
	</entry>
	<entry>
		<id>https://wiki.hope.net/index.php?title=Template:Infobox_workshop&amp;diff=194</id>
		<title>Template:Infobox workshop</title>
		<link rel="alternate" type="text/html" href="https://wiki.hope.net/index.php?title=Template:Infobox_workshop&amp;diff=194"/>
		<updated>2020-07-12T22:56:04Z</updated>

		<summary type="html">&lt;p&gt;Tech Learning Collective: Extend infobox width.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{|style=&amp;quot;float: right; max-width: 50%;&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|{{{title}}}&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|[[File:{{{imagefile|Hope2020 v1.png}}}|150px]]&lt;br /&gt;
|-&lt;br /&gt;
!Presenters:&lt;br /&gt;
|{{{presenters}}}&lt;br /&gt;
|-&lt;br /&gt;
!Participant limit:&lt;br /&gt;
|{{{participant_limit}}}&lt;br /&gt;
|}&lt;br /&gt;
[[Category:HOPE 2020 workshops]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This template is intended to be used to create a &amp;quot;glance-able&amp;quot; overview of a workshop.&lt;br /&gt;
&lt;br /&gt;
Use the template like so:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox workshop&lt;br /&gt;
|title=How to Hack: For Fun and Profit&lt;br /&gt;
|presenters=Hacker McHackypants&lt;br /&gt;
|imagefile=ExampleImage.jpg&lt;br /&gt;
|participant_limit=15&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tech Learning Collective</name></author>
	</entry>
	<entry>
		<id>https://wiki.hope.net/index.php?title=Template:Infobox_workshop&amp;diff=193</id>
		<title>Template:Infobox workshop</title>
		<link rel="alternate" type="text/html" href="https://wiki.hope.net/index.php?title=Template:Infobox_workshop&amp;diff=193"/>
		<updated>2020-07-12T22:55:14Z</updated>

		<summary type="html">&lt;p&gt;Tech Learning Collective: Add participant limit parameter.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{|style=&amp;quot;float: right; max-width: 300px;&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|{{{title}}}&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|[[File:{{{imagefile|Hope2020 v1.png}}}|150px]]&lt;br /&gt;
|-&lt;br /&gt;
!Presenters:&lt;br /&gt;
|{{{presenters}}}&lt;br /&gt;
|-&lt;br /&gt;
!Participant limit:&lt;br /&gt;
|{{{participant_limit}}}&lt;br /&gt;
|}&lt;br /&gt;
[[Category:HOPE 2020 workshops]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This template is intended to be used to create a &amp;quot;glance-able&amp;quot; overview of a workshop.&lt;br /&gt;
&lt;br /&gt;
Use the template like so:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox workshop&lt;br /&gt;
|title=How to Hack: For Fun and Profit&lt;br /&gt;
|presenters=Hacker McHackypants&lt;br /&gt;
|imagefile=ExampleImage.jpg&lt;br /&gt;
|participant_limit=15&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tech Learning Collective</name></author>
	</entry>
	<entry>
		<id>https://wiki.hope.net/index.php?title=Template:Infobox_workshop&amp;diff=192</id>
		<title>Template:Infobox workshop</title>
		<link rel="alternate" type="text/html" href="https://wiki.hope.net/index.php?title=Template:Infobox_workshop&amp;diff=192"/>
		<updated>2020-07-12T22:51:22Z</updated>

		<summary type="html">&lt;p&gt;Tech Learning Collective: Correct documentation. :P&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{|style=&amp;quot;float: right; max-width: 300px;&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|{{{title}}}&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|[[File:{{{imagefile|Hope2020 v1.png}}}|150px]]&lt;br /&gt;
|-&lt;br /&gt;
!Presenters:&lt;br /&gt;
|{{{presenters}}}&lt;br /&gt;
|}&lt;br /&gt;
[[Category:HOPE 2020 workshops]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This template is intended to be used to create a &amp;quot;glance-able&amp;quot; overview of a workshop.&lt;br /&gt;
&lt;br /&gt;
Use the template like so:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox workshop&lt;br /&gt;
|title=How to Hack: For Fun and Profit&lt;br /&gt;
|presenters=Hacker McHackypants&lt;br /&gt;
|imagefile=ExampleImage.jpg&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tech Learning Collective</name></author>
	</entry>
	<entry>
		<id>https://wiki.hope.net/index.php?title=Template:Infobox_workshop&amp;diff=191</id>
		<title>Template:Infobox workshop</title>
		<link rel="alternate" type="text/html" href="https://wiki.hope.net/index.php?title=Template:Infobox_workshop&amp;diff=191"/>
		<updated>2020-07-12T22:50:10Z</updated>

		<summary type="html">&lt;p&gt;Tech Learning Collective: Documentation.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{|style=&amp;quot;float: right; max-width: 300px;&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|{{{title}}}&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|[[File:{{{imagefile|Hope2020 v1.png}}}|150px]]&lt;br /&gt;
|-&lt;br /&gt;
!Presenters:&lt;br /&gt;
|{{{presenters}}}&lt;br /&gt;
|}&lt;br /&gt;
[[Category:HOPE 2020 workshops]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This template is intended to be used to create a &amp;quot;glance-able&amp;quot; overview of a workshop.&lt;br /&gt;
&lt;br /&gt;
Use the template like so:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox workshop&lt;br /&gt;
|title=Password Superpowers: How to Crack Hashes and Stump Hackers&lt;br /&gt;
|presenters=[[User:Tech Learning Collective]]&lt;br /&gt;
|imagefile=Workshop.password-superpowers-how-to-crack-hashes-and-stump-hackers.rectangle.jpg&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tech Learning Collective</name></author>
	</entry>
	<entry>
		<id>https://wiki.hope.net/index.php?title=Template:Infobox_workshop&amp;diff=190</id>
		<title>Template:Infobox workshop</title>
		<link rel="alternate" type="text/html" href="https://wiki.hope.net/index.php?title=Template:Infobox_workshop&amp;diff=190"/>
		<updated>2020-07-12T22:43:08Z</updated>

		<summary type="html">&lt;p&gt;Tech Learning Collective: First draft of workshop infobox template.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{|style=&amp;quot;float: right; max-width: 300px;&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|{{{title}}}&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|[[File:{{{imagefile}}}|150px]]&lt;br /&gt;
|-&lt;br /&gt;
!Presenters:&lt;br /&gt;
| {{{presenters}}}&lt;br /&gt;
|}&lt;br /&gt;
[[Category:HOPE 2020 workshops]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This template is intended to be used to create a &amp;quot;glance-able&amp;quot; overview of a workshop.&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tech Learning Collective</name></author>
	</entry>
	<entry>
		<id>https://wiki.hope.net/index.php?title=File:Workshop.password-superpowers-how-to-crack-hashes-and-stump-hackers.rectangle.jpg&amp;diff=189</id>
		<title>File:Workshop.password-superpowers-how-to-crack-hashes-and-stump-hackers.rectangle.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hope.net/index.php?title=File:Workshop.password-superpowers-how-to-crack-hashes-and-stump-hackers.rectangle.jpg&amp;diff=189"/>
		<updated>2020-07-12T22:38:29Z</updated>

		<summary type="html">&lt;p&gt;Tech Learning Collective: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tech Learning Collective</name></author>
	</entry>
	<entry>
		<id>https://wiki.hope.net/index.php?title=Main_Page&amp;diff=186</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.hope.net/index.php?title=Main_Page&amp;diff=186"/>
		<updated>2020-07-12T20:19:41Z</updated>

		<summary type="html">&lt;p&gt;Tech Learning Collective: /* HOPE 2020 is Happening! */ Simpler wikilink.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= HOPE 2020 is Happening! =&lt;br /&gt;
&lt;br /&gt;
HOPE 2020 will be a NINE DAY EVENT, beginning on Saturday, July 25th and running through Sunday, August 2nd, 2020. The event will be entirely online, and will include scheduled talks, workshops, keynotes, concerts, and more! Registered attendees will be able to interact live with presenters and each other.&lt;br /&gt;
&lt;br /&gt;
Information about HOPE is available online at [https://www.hope.net www.hope.net]. This wiki will be supporting conference planning and implementation.&lt;br /&gt;
&lt;br /&gt;
* [[Knowledge Base]]: Entry to information for attendees, presenters and volunteers&lt;br /&gt;
* [[Presenting at HOPE]]: Guidelines for speakers and workshops&lt;br /&gt;
* [[Graphics and Logos]]: Official HOPE artwork&lt;br /&gt;
&lt;br /&gt;
= Hackers Helping to Fight COVID-19 =&lt;br /&gt;
&lt;br /&gt;
The unprecedented health threats and global response to the COVID-19 pandemic&lt;br /&gt;
have impacted everyone.&amp;lt;br&amp;gt;Many hackers, makers, educators, and others have put&lt;br /&gt;
their skills to use by contributing to solutions to a wide range of challenges.&lt;br /&gt;
&lt;br /&gt;
These contributions are the essence of the hacker spirit: People using their&lt;br /&gt;
skills, intelligence and energy to help other people. Hackers are helping by&lt;br /&gt;
designing, making and distributing much-needed medical supplies. They are&lt;br /&gt;
helping by creating communication forums, informative websites, software, and&lt;br /&gt;
safe entertainment. They are helping by fighting disinformation, and doing&lt;br /&gt;
research and experimentation to investigate solutions and mitigations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;On [[Helping#Hackers_Helping_to_Fight_COVID-19|this page]], we have collected links to some of the projects,&lt;br /&gt;
products, groups, and activities that highlight how hackers are helping.&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Tech Learning Collective</name></author>
	</entry>
	<entry>
		<id>https://wiki.hope.net/index.php?title=Knowledge_Base&amp;diff=185</id>
		<title>Knowledge Base</title>
		<link rel="alternate" type="text/html" href="https://wiki.hope.net/index.php?title=Knowledge_Base&amp;diff=185"/>
		<updated>2020-07-12T20:18:09Z</updated>

		<summary type="html">&lt;p&gt;Tech Learning Collective: /* Presenters */ Use wikilink.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the entry point for information and documentation for HOPE attendees, presenters and volunteers.&lt;br /&gt;
&lt;br /&gt;
== Attendees ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q&#039;&#039;&#039;: I bought my ticket. What&#039;s next?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A&#039;&#039;&#039;: There will be some emails and announcements in the days leading up to the conference with links and instructions on how to participate. Meanwhile, visit https://www.hope.net to see the schedule of events and other information about the HOPE program.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q&#039;&#039;&#039;: Since HOPE is online, what do I need to watch and participate?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A&#039;&#039;&#039;: Watching should work on any device (computer, phone, tablet...) that can watch any regular online video. To participate you might benefit from a computer so you can more easily participate in chats and other forums - however, phones and tablets should work ok, too, for most people. Some workshops have specific requirements, which are part of the workshop description.&lt;br /&gt;
&lt;br /&gt;
== Presenters ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q&#039;&#039;&#039;: What do I need to do to prepare for my session?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A&#039;&#039;&#039;: All presenters should have received emailed guidance specific to their session type (i.e., talk, workshop, performance, etc.). If not, email back to the session coordinators who contacted you initially about your proposal.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q&#039;&#039;&#039;: What are specifics for my session?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A&#039;&#039;&#039;: See [[Presenting at HOPE]]&lt;br /&gt;
&lt;br /&gt;
== Volunteers ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q&#039;&#039;&#039;: I&#039;m interested in volunteering for HOPE. What opportunities are available?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A&#039;&#039;&#039;: See https://www.hope.net/volunteer.html&lt;/div&gt;</summary>
		<author><name>Tech Learning Collective</name></author>
	</entry>
</feed>