Free Pascal Tutorial 15 – Starting Windows, Mac and Linux GUI Programming – Lazarus
A GUI is an acronym for graphical user interface. GUIs use windows (forms) to make programs. The Lazarus IDE works with Windows, Mac OS X, Linux and FreeBSD. Other OS maybe supported in the future. This makes porting applications, from one OS to another, very easy. The IDE and coding for GUI Apps are very similar to Delphi. All code is available for download at www.schoolfreeware.com Free Pascal and Lazarus can be downloaded at freepascal.org
Video Rating: 4 / 5
source quotes "A fully automated, active web application security reconnaissance tool. Key features: High speed: pure C code, highly optimized HTTP handling, minimal CPU footprint - easily achieving 2000 requests per second with responsive targets. Ease of use: heuristics to support a variety of quirky web frameworks and mixed-technology sites, with automatic learning capabilities, on-the-fly wordlist creation, and form autocompletion. Cutting-edge security logic: high quality, low false positive, differential security checks, capable of spotting a range of subtle flaws, including blind injection vectors. The tool is believed to support Linux, FreeBSD, MacOS X, and Windows (Cygwin) environments."
Video Rating: 5 / 5
Modern Warfare 2 HDD Decrypt PS3 Fw 3.30 [TUTORIAL]
Modern Warfare 2 HDD Decrypt PS3 Fw 3.30 [TUTORIAL] For modded lobby's call of duty modern warfare 2 PS3
from the Album Don't Eat Pete image Credits (C) www.cs.cmu.edu Lyrics: descramble.mp3 this function is void it takes two args the first is SEC, a pointer to a vector of 2048 unsigned bytes: that are the encrypted disk sector and will be the decrypted the second is KEY a vector of 6 unsigned bytes: the decrypted title key local variables t1 through t6 are unsigned ints local variable END is a pointer to SEC plus 2048 dmca steps on me i don't like the dmca it makes this song illegal ooh woe dmca it steps on me it makes this song illegal makes this song illegal yeah retrieve byte zero of KEY XOR it with byte 84 of SEC and treat the result as an integer OR it with the hexidecimal constant 0x100 and store the result in t1 step 2: retrieve byte 1 of KEY XOR it with byte 85 of SEC and store the result in t2 step 3: take bytes 2 through 5 of KEY and XOR them with bytes 86 through 89 of SEC store the result in t3 step 4: take the low-order three bits of t3 which can be computed by the AND of t3 with the constant 7 and store the result in t4 i hate the dmca it makes this code i wrote aw, it makes it dumb it makes it illegal i hate the dmca it makes this stuff i wrote makes this song illegal makes this song illegal it makes this song illegal 5: multiply t3 by 2, add 8, subtract t4 and store the result back in t3 step 5-1/2: advance SEC by 128 bytes step 6: store 0 in t5 7: begin a WHILE loop and 8: continue iterating while SEC does not equal END use t2 as an index into table CSStab2 ...
Video Rating: 5 / 5
GeoM MoDInside (Guile) vs DeeDogg20 (guile) match 9
Enjoy!
Video Rating: 5 / 5
Some casuals games against one of the best Dhalsims on XBL, hope you guys enhoy it, I did.
Video Rating: 5 / 5
How do I encrypt removable media with McAfee Endpoint Encryp
This video shows how to use McAfee Endpoint Encryption for Files and Folders (EEFF) to encrypt a USB stick. We highlight the EERM functionality, which allows data portability. This video shows version 3.2 of EEFF. There is also a step-by-step guide to setting up EERM here: community.mcafee.com
CERIAS Security: Secret Handshakes 4/6
Clip 4/6 Speaker: Stanislaw Jarecki · University of California at Irvine Secret Handshake is an authentication protocol with non-standard and strong anonymity property: Namely, the secrecy of the *affiliations* (ie the certificates) of party A who engages in this authentication protocol with party B will be protected against any B* (ie a malicious party which pretends to be B) who does not meet A's authentication criteria. This strong secrecy and anonymity protection turns out to be possible, and quite efficiently so, based on various standard cryptographic assumptions. The talk will give an overview of the problem, the various solutions, and the several efficiency and security issues involved in making such anonymous authentication schemes practical. For more information go to the Cerias website (bit.ly
Video Rating: 0 / 5

dave n ash drunk as a skunk at lowlands Dangerous n hash
Isolating Cluster Jobs for Performance and Predictability, Brooks Davis, MeetBSD 2008
Isolating Cluster Jobs for Performance and Predictability by Brooks Davis, The Aerospace Corporation, MeetBSD November 15, 2008. Source: Julian
Video Rating: 5 / 5
alien

frwes

Send and recieve encrypted email with Windows 7 and Thunderbird I am Swedish so some parts of the programs in the video are in Swedish but it will look almost the same in English and if not feel free to ask me! Also: Feel free to pause the video as it is very fast-paced sometimes! Thanks for watching! Comment, Rate and Subscribe! Svensk översättning: Hej alla YouTube-are! Jag heter carlfilip92 och idag ska jag visa er hur man kan skicka och ta emot krypterad e-post med Thunderbird och PGP! Det är inte så svårt som det låter. Förkunskaper: Veta hur man installerar ett program som man laddat ner. Veta hur man registrerar en e-postadress och lägga till den i Thunderbird. De olika stegen: 1. Ladda ner Mozilla Thunderbird (e-postklient) från www.mozilla.org 2. Ladda Gpg4win (krypterare och keymanager) från www.gpg4win.org 3. Installera programmen! 4. Installera Thunderbird tillägget som heter: Enigmail 5. Skapa en e-postadress (jag kommer att använda min egen Gmail). Det kan vara vilken e-postadress som helst som Mozilla Thunderbird kan använda. (Med stöd för POP3 och / eller IMAP och SMTP helst med SSL.) Exempel: Gmail, Hotmail, YahooMail, email@yourdomain.com etc. 6. Lägg till din e-post som du har skapat till Thunderbird. Jag använder Gmail eftersom jag redan har ett konto och Thunderbird identifierar POP3-och SMTP-inställningar automatiskt. 7. Öppna GPA som ingick i Gpg4win och Skapa ett nyckelpar för din e-postadress. Jag ska visa dig hur man gör. 8. Få den/de som du vill ...
CERIAS Seminar: Security Applications for Physically Unclonable Functions
Speaker: Michael Kirkpatrick · Purdue University Abstract Physically unclonable functions (PUFs) are hardware structures that create unique characteristics for distinct copies of a device. Specifically, the physical nature of manufacturing a device introduces slight variations that can be neither controlled nor predicted. PUFs quantify these differences into a random one-way function. In our work, we have explored multiple application scenarios for integrating PUFs into security systems. In the first application, we propose leveraging PUFs to bind access requests to known, trusted devices. This scheme also offers a lightweight key exchange protocol that can reduce the computational cost for low-power embedded devices. In our second work, we have designed PEAR, a portable authentication token based on PUFs that allows for privacy-preserving transactions with websites. Finally, we have created PUF ROKs, which are read-once cryptographic keys based on PUFs. In this talk, we will introduce these applications, highlighting the advantages of deploying PUFs over competing technologies, as well as presenting the results of our empirical and formal analyses of these prototypes. About the Speaker Michael S. Kirkpatrick is a Ph.D. candidate in the Department of Computer Sciences at Purdue University. His research interests lie in the realm of designing secure systems, with a special focus on the interactions between hardware, architectures, and operating systems. He received a MS in ...
Short how-to of using Hashtab to validate an MD5 hash of a file downloaded off the 'net. Assumes that HashTab is already installed.
Video Rating: 0 / 5
