Implementing Encryption for Qt-Based Matrix Client

Total Page:16

File Type:pdf, Size:1020Kb

Implementing Encryption for Qt-Based Matrix Client Teemu Makkonen Implementing Encryption for Qt-based Matrix Client Metropolia University of Applied ciences !achelor of Engineering Information Technology !achelor#s T"esis $% &ovember '%() Abstract Aut"or Teemu Makkonen Title Implementing Encryption for Qt-based Matrix Client &umber of *ages ,' pages +ate $% &ovember '%() +egree !achelor of Engineering +egree *rogramme Information Technology *rofessional Ma-or oft.are Engineering Instructors Ju"a-*ekka 01m1ri2 3ecturer T"e ob-ective of t"is t"esis .as to design and implement encryption for a messaging application t"at uses Matrix 4pen tandard to deliver t"e messages. T"e study .as purposed to be used as a solid base t"at can be expanded upon by creating t"e implementation in such a .ay t"at it is easy to change if anot"er encryption scheme .ould be used5 6or t"e purpose of t"e t"esis it .as necessary to look in to t"e "istory of encryption and modern cryptograp"y in order to gain more kno.ledge and to choose and design t"e proper encryption scheme t"at .ould fill out t"e necessary criteria set by t"e company. T"e bit by bit operations of t"e mostly used encryption schemes .ere studied as .ell as modern larger scale algorit"ms t"at provide more security around t"e strong encryption5 Matrix 4pen tandard needed to be studied as .ell for t"e understanding of "o. t"e messages are delivered5 T"e Qt cross-platform frame.ork .as used for t"e development and t"e messaging application .as running on a QEMU virtual emulator2 running t"e company’s o.n secure mobile operating system5 T"e implementation .as successful and t"e goals of encrypting and decrypting messages sent .it" t"e application .as achieved5 T"e company .as "appy .it" t"e results alt"oug" some parts .ere left .it"out much attention5 4verall t"e design and implementation gives good base to build upon or use it as is for future developments. T"e cryptograp"y kno.ledge gat"ered during t"is t"esis gave t"e company a lot of confidence as to t"e cryptograp"ic schemes explored in t"is study. It also gave t"em more understanding on t"eir future evaluations on di8erent encryption schemes implemented in t"e present study. 0eywords Cryptograp"y, encryption2 messaging2 communications, security Abstract Contents 3ist of Abbreviations 1 Introduction...............................................................................................................................1 2 Encryption.................................................................................................................................2 2 Modern Cryptography...............................................................................................................4 2.2 Symmetric-key Cryptography.........................................................................................4 '5'5( +ata Encryption tandard55555555555555555555555555555555555555555555555555555555555555555555559 '5'5' Advanced Encryption tandard55555555555555555555555555555555555555555555555555555555555(( 2.3 Asymmetric-key Cryptography.....................................................................................12 '5$5( : A55555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555($ '5$5' +i;e-<elmann 0ey Exchange5555555555555555555555555555555555555555555555555555555555555(= 3 Matrix pen Standard.............................................................................................................15 3.2 "istory...........................................................................................................................15 3.3 Architecture o# Matrix...................................................................................................16 3.4 Encryption in Matrix.....................................................................................................20 $5=5( +ouble :atchet Algorit"m55555555555555555555555555555555555555555555555555555555555555555555'( $5=5' 4lm555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555', $5=5$ Megolm555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555', 4 &t 'eve)opment *ramework...................................................................................................26 5 Imp)ementing Encryption #or Matrix C)ient............................................................................27 5.2 -oals.............................................................................................................................28 5.3 'eciding on Encryption.................................................................................................28 5.4 Application Architecture...............................................................................................31 5.5 Imp)ementation of Encryption.......................................................................................34 ,5,5( +ecryption5555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555$, ,5,5' Encryption55555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555$> 5.6 /eri0cation of 1esults...................................................................................................46 6 1esults.....................................................................................................................................48 Abstract List of Abbreviations Qt Cross-platform frame.ork maintained by t"e 6innish Qt Company. Created for building applications for any architecture or operating system5 0ey In cryptograp"y means a shared secret t"at contains information on "o. to decrypt cip"ertext into readable format5 *laintext Message in readable form5 Cip"ertext Message in encrypted form5 4T* 4ne-time-pad5 An old encryption scheme t"at provides unbreakable encryption5 It is limited by its key size5 *ublic-key T"e public part of a key pair t"at is used to encrypt messages for t"e person "olding t"e ot"er part of t"e key pair5 Can be publicly shared .it"out compromising t"e encryption5 *rivate-key T"e secret part of a key pair5 Used to decrypt and sign messages. <as t"e be kept as a secret and not shared .it" anyone5 *erfect secrecy Term used in modern cryptograp"y to indicate t"e encryption cannot be broken even if given unlimited resources to t"e adversary. 6or.ard secrecy Is a feature in modern cryptograp"y key agreement protocols t"at gives assurances t"at future messages .ill not be decip"erable even if one session key is compromised5 Computational security Is a definition used in modern cryptograp"y to describe t"at an encryption cannot be broken in a reasonable timeframe given t"e current state of computation5 Abstract ymmetric-key A key t"at is needed for bot" encryption and decryption5 Meaning t"e recipient of a message needs t"e same key as t"e sender in order to communicate5 tream cip"er An encryption met"od in symmetric-key cryptograp"y, ."ere t"e encryption is done to one bit at a time using a random stream of bits. !lock cip"er An encryption met"od ."ere t"e plaintext is divided in to block and t"e blocks are t"en encrypted separately from t"e ot"er blocks. @4: Exclusive or5 3ogical operation in cryptograp"y and mat"ematics in general2 t"at takes t.o inputs, % or ( for example2 and outputs ( if t"ey di8er and % if t"ey are t"e same5 IA Initialization vector5 Used as input data to alter t"e outcome of some algorit"m5 "ared bet.een t.o communicating parties to arrive at t"e same key after t"e IA is inputted in to an algorit"m5 EC! Electronic code book. An operating mode for block cip"ers, ."ere each block is encrypted individually. C!C Cip"er block chaining5 An operating mode for block cip"ers ."ere t"e encrypted result of each block is fed as an IA in to t"e next block, creating a chain5 +E +ata Encryption tandard5 A block cip"er t"at .as t"e first o;cial standard for encryption in t"e U 5 +E ' +ouble-+E 5 &ext iteration of +E to make it more secure2 ."ere +E is used t.ice5 +E $ Triple-+E 5 T"e final iteration of +E 2 ."ere t"e +E is used t"ree times. Abstract AE Advanced Encryption tandard5 After +E .as deemed insecure AE .as developed to be t"e ne. standard for encryption5 It is a block cip"er as .ell5 : A :ivest- "amir-Adleman5 Widely used public-key cryptosystem5 +i;e-<elmann 0ey Exchange Is a mat"ematical .ay of exchanging cryptograp"ic keys over a public net.ork. MAC Message Aut"entication Code5 A short piece of data usually in t"e "eader of t"e actual data used to aut"enticate t"e data5 AoI* Aoice-over-I*5 Term used to describe calls t"at go over t"e internet net.ork. +0 oft.are +evelopment 0it5 A collection of soft.are used to develop and build ot"er soft.are such as applications. <TT* <yperText Transfer *rotocol5 T"e underlying protocol of t"e .orld .ide .eb5 A*I Application *rogramming Interface5 Interface used by servers to serve clients .it" data or to collect data t"at clients send to servers. / 4& Java cript 4b-ect &otation5 A .ay of "andling and storing data in a "uman readable form5 Used .idely in .ebservices. :E T :epresantional tate Transfer5 Architecture many servers on t"e internet use for storing data5 4perates on top of <TT*5 0+6 0ey +erivation 6unction5 A term used in cryptograp"y for a function t"at takes some input and generates a key5 QEMU "ort for Quick EMUlator5 It is a lig"t.eig"t open source virtual emulator for emulating di8erent environments and operating systems. Abstract Elliptic Curve A mat"ematic function t"at defines a curve over a plane5 Used often in everyt"ing related
Recommended publications
  • Daniel Nashed "CSI Domino" Diagnostic Collection & NSD Analysis
    "CSI Domino" Diagnostic Collection & NSD Analysis Daniel Nashed AdminCamp 2016 – Sept. 19-21 in Gelsenkirchen About the presenter ● Nash!Com – German IBM® Business Partner/ISV – Member of The Penumbra group -- an international consortium of selected Business Partners pooling their talent and resources ● Focused on Cross-Platform C-API, IBM® Domino® Infrastructure, Administration, Integration, Troubleshooting and IBM® Traveler – Platform Focus: Microsoft® Windows® 32/64, Linux® and IBM AIX® ● Author of the Domino on Linux®/UNIX® Start Script – Note: Working on RHEL7 + SLES 12 “systemd” support Agenda ● Introduction – What is „Serviceability“ ● Automatic Data Collection (ADC), Configuration Collector ● NSD, Memcheck – Server Crashes, Hangs, Annotation of NSDs ● Memory Management ● Advanced Methods – Semaphore Debugging – Memory Dumps ● Performance Troubleshooting ● Q&A – Any time Useful Software & Tools ● Software – Notes Peek – Lotus Notes Diagnostics (LND) – 7Zip – open source ZIP tool – Ultraedit (commerical but great) or Notepad++ (free) – NashCom Tools ● nshcrash ● Nshmem ● C-API Toolkit – Great source of information What is Serviceability? ● RAS = Reliability Availability Serviceability ● RAS is the effort to improve the Domino Product suite so that: – Client/Server doesn’t crash or hang as often (Reliability) – Client/Server performs well, Server is available to clients (Availability) – The ability to quickly pin-point and fix problems (Serviceability) ● Ongoing effort in each incremental release – Some features are even back-ported
    [Show full text]
  • Sir Charles Poised for Comms Vision
    Bahman Rahimi: An Node4 channel chief entrepreneur with his outlines strategy for mind on growth p32 mid-market push p46 VOL 22 ISSUE 5 OCTOBER 2017 www.comms-dealer.com Call recording for PCI, FCA and MiFID ll compliance. oak.co.uk ADVERTISEMENT ADVERTISEMENT THE HEARTBEAT OF THE UK COMMS INDUSTRY THINK For Reliable & Scaleable Recording Solutions, MiFIDII, FCA & PCI Compliance e: [email protected] t: 020 3488 1498 w: www.vidicodeuk.com 3-22 Industry News Fully white labelled Catch up with hosted telephony events in comms solution from £2.75 Take Control of Your PBX Deploy24 on Windows, Linux or in the Cloud Business Matters Q3 dominated by fibre-fest and M&A CD_commcloud.pdf 1 24/04/2017 12:24 www.channeltelecom.com www.channeltelecom.com 26 Experience the Interview Sir Charles poisedC Thirkill and the rise M of3CX GCI People PhoneCloud System Y CM Communications Cloud • Easy to install & managefor Comms VisionMY 34 CY We get your • Inexpensive to buy and expand Case study SIR Charles Dunstone, one of the UK’s most successful ICT entrepreneurs, willCMY employees, outline his vision for the future of the industry at Gleneagles next month. • VirtualizeApprenticeships or run in and the cloud (Windows / Linux) K customers and why they matter apps talking • Halve your phone bill with SIPEXCLUSIVE Trunks ing a culture to drive growth’, In June 2012 Dunstone rec- TalkTalk Executive Chairman eived a Knighthood for his ser- • Increase48 mobility with smartphoneComms Vision Conference clients org- Sir Charles will take part in vices to the telecommunications aniser Comms Dealer has con- an exclusive conversation and industry and his charitable work.
    [Show full text]
  • Messages End-To-End Encryption Overview
    Messages End-to-End Encryption Overview Technical Paper Emad Omara Communications Security Lead November 2020 Version 1.0 A high-level technical overview of end-to-end encryption in Messages Introduction ​2 Background & RCS Ecosystem ​3 Threat Model ​3 Goals ​4 UI Changes ​4 SMS/MMS Fallback ​5 Identity Verification ​6 E2EE in Messages ​7 Signal Protocol ​7 Key Server ​8 Messages Encryption ​9 Attachment Encryption ​10 Session Recovery ​10 Web Client ​10 Storage & Access ​11 Android Messages Database ​11 Notifications ​11 Limitations ​11 Third Party RCS Client ​11 Conclusion ​12 Introduction Rich Communication Services (RCS) is designed to improve users’ experience and security over Short Message Service (SMS)/Multimedia Messaging Service (MMS), and we’ve invested in making Messages by Google a modern and globally available RCS & SMS/MMS messaging app for Android phones. While RCS messages are already a big security improvement over SMS/MMS, we wanted to take it a step further and add end-to-end encryption (E2EE) to Messages, so no one else – including 2 Messages E2EE Overview​ Google servers or third-party servers – can access your conversations as they travel between your phone and the phone you message. Background & RCS Ecosystem RCS uses a set of standard internet protocols like Session Initiation Protocol (SIP)​[1] ​ to establish a connection between two clients through a central messaging server. This connection is then used to exchange the messages using Message Session Relay Protocol (MSRP)​[2].​ In some RCS deployments this server is hosted by the carrier, and in other deployments the server is hosted by Jibe Mobile from Google.
    [Show full text]
  • Oracle® Beehive Oracle Beehive Standards-Based Clients Help Release 2 (2.0)
    Oracle® Beehive Oracle Beehive Standards-Based Clients Help Release 2 (2.0) November 2011 Last updated on November 4, 2011 This page contains configuration instructions and other related information for the following standards-based clients supported by Oracle Beehive: Hardware and Software Certification Managing your E-Mails ■ Apple Mail ■ Microsoft Outlook ■ Mozilla Thunderbird Managing Calendar and Task List ■ Apple iCal ■ Mozilla Lightning Using Instant Messaging ■ Apple iChat ■ Pidgin ■ Trillian Pro Accessing Documents (Web Clients and FTP Clients) ■ Browser-based Access ■ Desktop WebDAV Clients ■ Mac OS X Finder Web Access ■ Cadaver ■ Microsoft Windows Web Folders ■ Desktop FTP Clients ■ FileZilla ■ NCFTP ■ SmartFTP ■ Transmit RSS Clients Mobile Access Documentation Accessibility 1 Hardware and Software Certification The hardware and software requirements included in this installation guide were current at the time this guide was published. However, because new platforms and operating system software versions might be certified after this guide is published, review the certification matrix on the My Oracle Support Web site for the most up-to-date list of certified hardware platforms and operating system versions. My Oracle Support is available at the following URL: http://support.oracle.com/ You must register online before using My Oracle Support. Use the following steps to locate the certification information for your platform: 1. After logging in, click the Certifications tab. 2. In the Certification Search pane, on the Search tab, select the following information: ■ Product: Enter the product name or select from the drop-down list of Products. ■ Release: Select the release number of the product. ■ Platform: Select the target platform by choosing from the submenu list.
    [Show full text]
  • Wschodnioeuropejskie Czasopismo Naukowe (East European Scientific Journal) #7(59), 2020 39 Osmak A
    Wschodnioeuropejskie Czasopismo Naukowe (East European Scientific Journal) #7(59), 2020 39 Osmak A. S. Ph.D. student in the Chair of Information Policy and Digital Technologies National Academy of Public Administration under the President of Ukraine, Arsenovich L. A. Ph.D. student in the Chair of Information Policy and Digital Technologies National Academy of Public Administration under the President of Ukraine Karpenko Y. V. Ph.D. student in the Chair of public administration and public service National Academy of Public Administration under the President of Ukraine INSTANT MESSAGE EXCHANGE SYSTEMS IN THE PRACTICE OF PUBLIC GOVERNANCE. CLASSIFICATION, SECURITY, INTEROPERABILITY AND REMOTE CYBER EDUCATION Осьмак Антон Сергійович, аспірант кафедри інформаційної політики та цифрових технологій Національної академії державного управління при Президентові України Арсенович Леонід Антонович, аспірант кафедри інформаційної політики та цифрових технологій Національної академії державного управління при Президентові України Карпенко Юлія Василівна, аспірантка кафедри публічного управління та публічної служби Національної академії державного управління при Президентові України СИСТЕМИ ОБМІНУ МИТТЄВИМИ ПОВІДОМЛЕННЯМИ У ПРАКТИЦІ ПУБЛІЧНОГО УПРАВЛІННІ. КЛАСИФІКАЦІЯ, БЕЗПЕКА, ІНТЕРОПЕРАБЕЛЬНІСТЬ ТА ДИСТАНЦІЙНА КІБЕРОСВІТА Abstract. The article scientifically considers the essence of modern digital communication systems. The factual analysis of modern means of digital communications and their use in the field of public administration and cyber education is carried out. The use of artificial intelligence in the digital communications of public authorities is considered. The definition of "Instant (digital) messages" and "сhatbot" is defined. The issue of cryptographic protection of digital messages and the impact of the COVID-19 pandemic on the development of digital communication systems are considered. The typology of instant messaging services by main functions is offered.
    [Show full text]
  • Green Tweets
    twitter_praise_page Page i Thursday, March 12, 2009 12:35 PM Praise for Twitter API: Up and Running “Twitter API: Up and Running is a friendly, accessible introduction to the Twitter API. Even beginning web developers can have a working Twitter project before they know it. Sit down with this book for a weekend and you’re on your way to Twitter API mastery.” — Alex Payne, Twitter API lead “This book rocks! I would have loved to have had this kind of support when I initially created TwitDir.” — Laurent Pantanacce, creator of TwitDir “Twitter API: Up and Running is a very comprehensive and useful resource—any developer will feel the urge to code a Twitter-related application right after finishing the book!” — The Lollicode team, creators of Twitscoop “A truly comprehensive resource for anyone who wants to get started with developing applications around the Twitter platform.” — David Troy, developer of Twittervision “An exceptionally detailed look at Twitter from the developer’s perspective, including useful and functional sample code!” — Damon Cortesi, creator of TweetStats, TweepSearch, and TweetSum “This book is more than just a great technical resource for the Twitter API. It also provides a ton of insight into the Twitter culture and the current landscape of apps. It’s perfect for anyone looking to start building web applications that integrate with Twitter.” — Matt Gillooly, lead developer of Twalala “A wonderful account of the rich ecosystem surrounding Twitter’s API. This book gives you the insight and techniques needed to craft your own tools for this rapidly expanding social network.” — Craig Hockenberry, developer of Twitterrific twitter_praise_page Page ii Thursday, March 12, 2009 12:35 PM Twitter API: Up and Running Twitter API: Up and Running Kevin Makice Beijing • Cambridge • Farnham • Köln • Sebastopol • Taipei • Tokyo Twitter API: Up and Running by Kevin Makice Copyright © 2009 Kevin Makice.
    [Show full text]
  • Frequently Asked Questions (Faqs) Frequently Asked Questions (Faqs) P/N 82092502, Revision C Copyright © 2003 by Multi-Tech Systems, Inc
    Frequently Asked Questions (FAQs) Frequently Asked Questions (FAQs) P/N 82092502, Revision C Copyright © 2003 by Multi-Tech Systems, Inc. All rights reserved. This publication may not be reproduced, in whole or in part, without prior expressed written permission from Multi-Tech Systems, Inc. Multi-Tech Systems, Inc. makes no representation or warranties with respect to the contents hereof and specifically disclaims any implied warranties of merchantability or fitness for any particular purpose. Furthermore, Multi-Tech Systems, Inc. reserves the right to revise this publication and to make changes from time to time in the content hereof without obligation of Multi-Tech Systems, Inc., to notify any person or organization of such revisions or changes. Revision Date Description A 10/15/98 Manual released. B 11/30/98 Manual Revised. C 7/22/03 Manual Revised. Removed discussion group url. Multi-Tech, CommPlete, and the Multi-Tech logo are trademarks of Multi-Tech Systems, Inc. Other trademarks and trade names mentioned in this publication belong to their respective owners. Multi-Tech Systems, Inc. 2205 Woodale Drive Mounds View, Minnesota 55112 (612) 785-3500 or (800) 328-9717 U.S. Fax (612) 785-9874 Technical Support (800) 972-2439 BBS (612) 785-3702 or (800) 392-2432 Fax Back (612) 717-5888 Internet Address: http://www.multitech.com Contents Frequently-Asked Questions .........................................................................4 General CommPlete System FAQs .........................................................5 3rd Party
    [Show full text]
  • Wireless Data Lans
    WIRELESS DATA DEMYSTIFIED THE McGRAW-HILL DEMYSTIFIED SERIES 3G Wireless Demystified 802.11 Demystified Bluetooth Demystified CEBus Demystified Computer Telephony Demystified Cryptography Demystified DVD Demystified GPRS Demystified MPEG-4 Demystified SIP Demystified SONET/SDH Demystified Streaming Media Demystified Video Compression Demystified Videoconferencing Demystified Wireless Data Demystified Wireless LANs Demystified Wireless Messaging Demystified Wireless Data Demystified John R. Vacca McGraw-Hill New York • Chicago • San Francisco • Lisbon London • Madrid • Mexico City • Milan • New Delhi San Juan • Seoul • Singapore Sydney • Toronto Copyright © 2003 by The McGraw-HIll Companies, Inc. All rights reserved. Manufactured in the United States of America. Except as permitted under the United States Copyright Act of 1976, no part of this publication may be reproduced or distributed in any form or by any means, or stored in a database or retrieval system, without the prior written permission of the publisher. 0-07-142919-0 The material in this eBook also appears in the print version of this title: 0-07-139852-X. All trademarks are trademarks of their respective owners. Rather than put a trademark symbol after every occur- rence of a trademarked name, we use names in an editorial fashion only, and to the benefit of the trademark owner, with no intention of infringement of the trademark. Where such designations appear in this book, they have been printed with initial caps. McGraw-Hill eBooks are available at special quantity discounts to use as premiums and sales promotions, or for use in corporate training programs. For more information, please contact George Hoare, Special Sales, at [email protected] or (212) 904-4069.
    [Show full text]
  • The Client/Server Architecture DES-0005 Revision 4
    PNNL-22587 The Client/Server Architecture DES-0005 Revision 4 Charlie Hubbard February 2012 The Client/Server Architecture Charlie Hubbard DES-0005 Revision 4 February 2012 DISCLAIMER This report was prepared as an account of work sponsored by an agency of the United States Government. Neither the United States Government nor any agency thereof, nor Battelle Memorial Institute, nor any of their employees, makes any warranty, express or implied, or assumes any legal liability or responsibility for the accuracy, completeness, or usefulness of any information, apparatus, product, or process disclosed, or represents that its use would not infringe privately owned rights. Reference herein to any specific commercial product, process, or service by trade name, trademark, manufacturer, or otherwise does not necessarily constitute or imply its endorsement, recommendation, or favoring by the United States Government or any agency thereof, or Battelle Memorial Institute. The views and opinions of authors expressed herein do not necessarily state or reflect those of the United States Government or any agency thereof. PACIFIC NORTHWEST NATIONAL LABORATORY operated by BATTELLE for the UNITED STATES DEPARTMENT OF ENERGY under Contract DE-AC05-76RL01830 Printed in the United States of America Available to DOE and DOE contractors from the Office of Scientific and Technical Information, P.O. Box 62, Oak Ridge, TN 37831-0062 ph: (865) 576-8401 fax: (865) 576-5728 email: [email protected] Available to the public from the National Technical Information Service,
    [Show full text]
  • DETECTING BUFFER OVERFLOWS USING TESTCASE SYNTHESIS and CODE INSTRUMENTATION by MICHAEL A
    DETECTING BUFFER OVERFLOWS USING TESTCASE SYNTHESIS AND CODE INSTRUMENTATION by MICHAEL A. ZHIVICH S.B., Electrical Engineering and Computer Science (2004) Massachusetts Institute of Technology SUBMITTED TO THE DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER OF ENGINEERING IN ELECTRICAL ENGINEERING AND COMPUTER SCIENCE at the MASSACHUSETTS INSTITUTE OF TECHNOLOGY June 2005 c Massachusetts Institute of Technology 2005. All rights reserved. Author............................................................................ Department of Electrical Engineering and Computer Science May 19, 2005 Certified by........................................................................ Richard Lippmann Senior Scientist, MIT Lincoln Laboratory Thesis Supervisor Accepted by....................................................................... Arthur C. Smith Chairman, Department Committee on Graduate Students 2 Detecting Buffer Overflows Using Testcase Synthesis and Code Instrumentation by Michael A. Zhivich Submitted to the Department of Electrical Engineering and Computer Science on May 19, 2005, in partial fulfillment of the requirements for the degree of Master of Engineering in Electrical Engineering and Computer Science Abstract The research presented in this thesis aims to improve existing approaches to dynamic buffer overflow detection by developing a system that utilizes code instrumentation and adap- tive test case synthesis to find buffer overflows and corresponding failure-inducing
    [Show full text]
  • Tsung Documentation Release 1.7.0
    Tsung Documentation Release 1.7.0 Nicolas Niclausse Oct 08, 2017 Contents 1 Introduction 3 1.1 What is Tsung?..............................................3 1.2 What is Erlang and why is it important for Tsung?...........................3 1.3 Tsung background............................................3 2 Features 5 2.1 Tsung main features...........................................5 2.2 HTTP related features..........................................6 2.3 WEBDAV related features........................................6 2.4 Jabber/XMPP related features......................................6 2.5 PostgreSQL related features.......................................7 2.6 MySQL related features.........................................7 2.7 Websocket related features........................................7 2.8 AMQP related features..........................................7 2.9 MQTT related features..........................................7 2.10 LDAP related features..........................................8 2.11 Raw plugin related features.......................................8 2.12 Complete reports set...........................................8 2.13 Highlights................................................8 3 Installation 9 3.1 Dependencies...............................................9 3.2 Compilation............................................... 10 3.3 Configuration............................................... 10 3.4 Running................................................. 10 3.5 Feedback................................................
    [Show full text]
  • Instant Messaging Service Reference
    IceWarp Unified Communications Instant Messaging Service Reference Version 10.4 Printed on 16 April, 2012 Contents Instant Messaging 1 Reference ....................................................................................................................................................................... 2 General .............................................................................................................................................................. 2 Services .............................................................................................................................................................. 2 Trusted Hosts ..................................................................................................................................................... 8 Archive/History .................................................................................................................................................. 9 File Transfers between Clients ..................................................................................................................................... 10 Monitoring via IM ......................................................................................................................................................... 12 Monitor Services and Get Your GW Events, Tasks and Notes via IM .................................................. 12 Usage ..................................................................................................................................................
    [Show full text]