| Nabaztag/Ubiquity/Pandorabots Integration |

Total Page:16

File Type:pdf, Size:1020Kb

| Nabaztag/Ubiquity/Pandorabots Integration | ---| Nabaztag/Ubiquity/Pandorabots integration |--- Version 1.0 created by Johnny Baillargeaux ([email protected]) Page 1 of 17 1. Introduction 1.1 General Since my youngest age, I am fascinated by the robots and mainly by the interactions between humans and robots. To illustrate that, I’ve created a script which allows you to talk (and not only…) to your nabaztag via pandorabot, by using FireFox/Ubiquity. No worry, if you didn't understood this sentence! I will start this documentation, by explaining each pieces of this puzzle. ------------------------------------------------------------------------------------------------------------ Some connected things: Nabaztag, Chumby, Arduino board and Tikitag Page 2 of 17 1.2 Nabaztag Nabaztag (Armenian for "rabbit") is a WIFI enabled ambient electronic device in the shape of a rabbit, manufactured by Violet. Nabaztag is a "smart object"; it can connect to the Internet (for example to download weather forecasts, read its owner's email, etc). There is an API, with bindings for multiple programming languages available to program the Nabaztag. Links: http://my.violet.net/ http://en.wikipedia.org/wiki/Nabaztag 1.3 Ubiquity Firefox only: Mozilla Labs unveils the first prototype of a natural language web service connector called Ubiquity, a Firefox extension that adds a command panel to any web page. Ubiquity will look familiar to Quicksilver, Launchy, or Enso users: you invoke Ubiquity with a key combination and the text field drops down command suggestions as you type. Links: http://labs.mozilla.com/2008/08/introducing-ubiquity/ http://en.wikipedia.org/wiki/Ubiquity_(Firefox) 1.4 Pandorabots Pandorabots is the place where you can create and unleash virtual personalities. Pandorabots is an experimental software robot hosting service based on the work of Dr. Richard Wallace and the A.L.I.C.E./AIML free software community. Links: http://www.pandorabots.com/botmaster/en/home http://alicebot.blogspot.com/ http://en.wikipedia.org/wiki/AIML Page 3 of 17 2. Installation Assuming that Firefox and Ubiquity are both correctly installed, the next step is to install my script which allows the interactions between Ubiquity, Nabaztag and Pandorabots. To do that, go to http://gist.github.com/43355 and as shown below, you should see a button which indicate that you can subscribe to my command: You have to confirm the installation by clicking on: Page 4 of 17 Once installed, you have to configure this script. Open Ubiquity by pressing ctrl-space and put the following command: nabz- setup then press enter: Page 5 of 17 Step 1: Step 2 : You can retrieve the serial number of your Nabaztag by going to the parameters of your rabbit (violet web site). Step 3: You can retrieve the token number of your Nabaztag by going to the parameters of your rabbit (violet web site). Page 6 of 17 Step 4: Put a voice supported by the Nabaztag (cf http://doc.nabaztag.com/api/home.html ) Step 5: Put the name of your Nabaztag. Step 6: If you ask this kind of question to a bot : nabz-ia what is your name ? (cf. section 3), the name of the bot is automatically replaced by the name of your Nabaztag filled step 5. Step 7: 4 French bots are automatically configured. Later on, you could add your own and remove those ones (cf. commands nabz-setup-add-bot and command nabz-setup-remove-bot in section 3): Page 7 of 17 Step 8: 4 French radios are automatically configured. Later on, you could add your own and remove those ones (cf. commands nabz-setup-add-radio and command nabz-setup-remove-radio in section 3): Step 9: Everything is now installed/configured. As indicated in the popup above, at any time you can reconfigure everything by restarting this wizard or by changing manually the settings into the “about:config” (cf. section 4. Advanced mode). Otherwise, you can play with the script by using the following commands. Page 8 of 17 3. Commands nabz-ia - Input: Text/question. - Preview: Name of the current bot (cf. command “nabz-switch-bot” if you want to change the current bot) - Output: You question/text is sent to Pandorabots and the answer is sent to your Nabaztag. nabz-repeat - Input: Text message - Preview: - Output: The text is repeated by your Nabaztag. Page 9 of 17 nabz-switch-bot - Input: Existing/registered bot name - Preview: - Output: The bot by default is changed. nabz-quote - Input: Name of the company - Preview: - Output: The current quotation value is sent to your Nabaztag (the entire sentence is in French). Page 10 of 17 nabz-sleep - Input: N/A - Preview: - Output: Your nabaztag will go to bed ☺. nabz-wakeup - Input: N/A - Preview: - Output: Will wakeup you Nabaztag. Page 11 of 17 nabz-setup-add-radio - Input: a popup will appear where you have to put the url of the radio. - Preview: - Output: The radio is added to your list. nabz-setup-add-bot - Input: a popup will appear where you have to put the botid of the bot to be added. Botid's can be retrieved in the Pandorabots web site. - Preview: - Output: The bot is added to your list. Page 12 of 17 nabz-setup-remove-radio - Input: Name of the radio. - Preview: - Output: The radio is removed from your list. nabz-setup-remove-bot - Input: Name of the bot. - Preview: - Output: The bot is removed from your list. Page 13 of 17 3. Advanced Mode 3.1 Configuration The command nabz-setup used in section 2, saves your parameters into firefox, such as any other standard parameters available in firefox. You can change the values by going to “about:config” : As you can see, you can manually add a new radio, add a new bot, etc... but it is preferable to use the appropriate commands created for that. But there is 3 hidden parameters not explicitly shown, when you run the setup: - Extensions.nabaztag.timeout: 20000 (=20 sec) Number of seconds before that a “time out” is triggered during a call to a web api such as Nabaztag or Pandorabots. 20000 is enough in many cases. - Extensions.nabaztag.replace.url: true/false If set to true, the url embedded into <url></url> is automatically replaced by the content of the url. Cf next section for more details. Page 14 of 17 - Extensions.nabaztag.script.debug: 0, 1 or 2 Depending on the level of this parameter (0,1,2), you can trace the exchanges between this script and the messages sent by Pandorabots (cf. command nabz- ia ). Firebug ( http://getfirebug.com /) is required. If set to 0, no warnings are sent to firebug and the messages are sent to your nabaztag. If set to 1, the warnings are sent to firebug and the messages are not sent to your nabaztag. If set to 2, the warnings are sent to firebug and the messages are sent to your nabaztag (This is the default value). 3.2 AIML / New tag <url></url> I will not explain here how you can create your own bot because once again, you can refer to all the existing documentation available in the web. As you already understood, you can connect this script with the existing bots hosted by Pandorabots. You can also create your own and in order to add more interactivity, I’ve created a new tag which will be handled by the script. Imagine for example that you create the following category: <category> <pattern>GIVE ME A NUMBER BETWEEN * AND *</pattern> <template>I would say <url>http://random.org/cgi-bin/randnum?num=1&min=<star index="1"/>&max=<star index="2"/>&col=1</url> </template> </category> If your question is “give me a number between 1 and 6”, the url will become http://random.org/cgi-bin/randnum?num=1&min1max=6&col=1 and If you go to this url, you will see a number between 1 and 6 which will appear. In this case, your Nabaztag will tell you “I would say” ( + a number between 1 and 6). As you can see, <url>….</url> is replaced by the message sent by the given url. Using this, you can retrieve data from internet. (cf. Yahoo Pipes for example). Page 15 of 17 Other example: <category> <pattern>GIVE ME THE QUOTATION FOR COCA COLA</pattern> <template>The current quotation for coca cola is equal to <url>http://yubnub.org/parser/parse?command=eatFeed+items[0].title+- url+http://tinyurl.com/a3kdce</url> dollars </template> </category> This example is a bit more complicated to understand…and I will let you the pleasure to try to understand it by yourself ;-)….good luck. Remember that you can check the trace sent by firebug (cf. section 3.1). Page 16 of 17 4. Conclusion I hope that this short documentation is understandable (sorry I am French with a wrong English level…) and will give you the opportunity to play with my script. For any remarks/concerns, you can contact me at [email protected] . Now enjoy!! Page 17 of 17 .
Recommended publications
  • Using Replicated Execution for a More Secure and Reliable Web Browser
    Using Replicated Execution for a More Secure and Reliable Web Browser Hui Xue Nathan Dautenhahn Samuel T. King University of Illinois at Urbana Champaign huixue2, dautenh1, kingst @uiuc.edu { } Abstract Unfortunately, hackers actively exploit these vulnerabil- ities as indicated in reports from the University of Wash- Modern web browsers are complex. They provide a ington [46], Microsoft [61], and Google [49, 48]. high-performance and rich computational environment Both industry and academia have improved the se- for web-based applications, but they are prone to nu- curity and reliability of web browsers. Current com- merous types of security vulnerabilities that attackers modity browsers make large strides towards improving actively exploit. However, because major browser plat- the security and reliability of plugins by using sandbox- forms differ in their implementations they rarely exhibit ing techniques to isolate plugins from the rest of the the same vulnerabilities. browser [62, 33]. However, these browsers still scatter In this paper we present Cocktail, a system that uses security logic throughout millions of lines of code, leav- three different off-the-shelf web browsers in parallel to ing these systems susceptible to browser-based attacks. provide replicated execution for withstanding browser- Current research efforts, like Tahoma [32], the OP web based attacks and improving browser reliability. Cock- browser [36], the Gazelle web browser [59], and the Illi- tail mirrors inputs to each replica and votes on browser nois Browser Operating System [58] all propose build- states and outputs to detect potential attacks, while con- ing new web browsers to improve security. Although tinuing to run.
    [Show full text]
  • Java Security White Paper
    WHERE’S THE FIRE? Java Security Fears Are More “Smoke and Mirrors” Than Five-Alarm Fire In fact, the government agency tasked with monitoring technological security vulnerabilities ranks Java as more secure than dozens of other technologies and products. This paper will explore the disconnect between inflammatory rhetoric and data-backed reality. Java security is a disaster, if the headlines are FUD is not a realistic portrayal of the state of to be believed. No other technology poses such Java security; it's a propagandistic tactic meant an egregious risk, they tell us. The only to influence public perception with the overwhelming presentation of negative, solution, many pundits and proponents of dubious or outright inaccurate information. other technologies insist, is the nuclear option: FUD is also known as “fear-mongering,” and completely uninstall Java from your computers, you may recognize it from other areas of life, servers and networks. like politics. Is Java truly such an abysmal security failure, as But fear not: in this paper, we are going to ask portrayed by the press and non-Java software and answer three very specific, pertinent questions whose answers are then drawn from companies? No, but the point of this paper is reputable, independent sources. not to prove that it's totally secure. Yes, Java has security vulnerabilities. So does everything 1. Does Java face more security else. No technology platform or product is vulnerabilities than other technologies? totally secure; and the surprising reality is that, 2. Are Java security vulnerabilities more in the spectrum of security risk, Java does not severe? fall anywhere close to where you think it does.
    [Show full text]
  • Proceedings: Shrubland Dynamics -- Fire and Water
    Proceedings: Shrubland Dynamics—Fire and Water Lubbock, TX, August 10-12, 2004 United States Department of Agriculture Forest Service Rocky Mountain Research Station Proceedings RMRS-P-47 July 2007 Sosebee, Ronald E.; Wester, David B.; Britton, Carlton M.; McArthur, E. Durant; Kitchen, Stanley G., comps. 2007. Proceedings: Shrubland dynamics—fire and water; 2004 August 10-12; Lubbock, TX. Proceedings RMRS-P-47. Fort Collins, CO: U.S. Department of Agriculture, Forest Service, Rocky Mountain Research Station. 173 p. Abstract The 26 papers in these proceedings are divided into five sections. The first two sections are an introduction and a plenary session that introduce the principles and role of the shrub life-form in the High Plains, including the changing dynamics of shrublands and grasslands during the last four plus centuries. The remaining three sections are devoted to: fire, both prescribed fire and wildfire, in shrublands and grassland-shrubland interfac- es; water and ecophysiology shrubland ecosystems; and the ecology and population biology of several shrub species. Keywords: wildland shrubs, fire, water, ecophysiology, ecology The use of trade or firm names in this publication is for reader information and does not imply endorsement by the U.S. Department of Agriculture or any product or service. Publisher’s note: Papers in this report were reviewed by the compilers. Rocky Mountain Research Station Publishing Services reviewed papers for format and style. Authors are responsible for content. You may order additional copies of this publication by sending your mailing information in label form through one of the following media. Please specify the publication title and series number.
    [Show full text]
  • Attacking Tor at the Application Layer
    Attacking Tor at the Application Layer Gregory Fleischer gfl[email protected] http://pseudo-flaw.net/ Friday, July 31, 2009 Introduction Friday, July 31, 2009 Introduction • What this talk is about • identifying Tor web traffic • fingerprinting users • attacking at the application layers • There is a heavy emphasis on the client- side, web browsers attacks and JavaScript Friday, July 31, 2009 Introduction • What this talk is NOT about • passive monitoring at exit nodes • network attacks against path selection • using application functionality to increase the likelihood of network attacks • breaking SSL Friday, July 31, 2009 Introduction • Software tested • The Tor Browser Bundle • Vidalia Bundle for Windows • Vidalia Bundle for Mac OS X • Firefox 2, Firefox 3.0 and Firefox 3.5 • Torbutton • miscellaneous add-ons Friday, July 31, 2009 Does your browser... Friday, July 31, 2009 ... look like this? Friday, July 31, 2009 Background Friday, July 31, 2009 Background • Brief overview of Tor • free software developed by The Tor Project • volunteer effort on the Internet and anyone can run a Tor server • uses onion routing and encryption to provide network anonymity • can be used to circumvent local ISP surveillance and network blocking • can also be used to hide originating IP address from remote servers Friday, July 31, 2009 Friday, July 31, 2009 Background • Application stack for Tor web surfing • web browser (most likely Firefox) • local HTTP proxy (Privoxy or Polipo) • Tor client as SOCKS proxy • Tor exit node proxies request • remote web server
    [Show full text]
  • Devonagentpro
    DEVONagent Pro VERSION 3.2 DOCUMENTATION © 2001-2012 DEVONtechnologies TABLE OF CONTENTS Read Me 4 Menus 24 The DEVONagent Pro Advantage 5 The DEVONagent Pro menu 24 Highlights of Version 3.0 6 The File menu 25 System Requirements 6 The Edit menu 26 Installing, Updating, Removing 6 The Data menu 26 Trial Restrictions 7 The Sort menu 27 The View menu 28 Getting Started 8 The Web menu 28 Why use DEVONagent Pro? 8 The History menu 29 When to use DEVONagent Pro? 8 The Go menu 29 First steps with DEVONagent Pro 8 The Window menu 30 The Services menu 31 Common Tasks 10 The Scripts menu 31 The Help menu 31 How to find on the Internet 10 The Dock menu 32 How to search beyond Google 10 The contextual menu extension 32 How to customize DEVONagent Pro 11 How to set up a search set to crawl feeds 11 Windows and panels 33 How to run a search automatically 12 How to archive search results 13 Search window 34 Web browser 39 Queries 14 Archive window 44 Search sets 46 Operators 14 Plugins and scanners 46 Designing a search query 15 Downloads 48 Search sets 17 Preferences 49 Assistant 49 What are search sets? 17 Preferences 51 Choosing a search set 17 Creating and managing sets 18 General 51 Sharing sets 19 Search 52 General tab 19 Menu extra 53 Advanced tab 20 Web 54 Sites tab 21 Tabs 55 Plugins tab 22 Bookmarks 55 Actions tab 22 Email 56 Schedule tab 23 Update 56 Widgets & menu extra 58 Menu extra 58 DEVONagent Pro widget 58 DEVONagent Pro 3.2 Documentation, page 2 Scripts 59 Appendix 81 Introduction 59 Glossary 81 DEVONagent Pro's Scripts menu 60 FAQ
    [Show full text]
  • Google Data Collection —NEW—
    Digital Content Next January 2018 / DCN Distributed Content Revenue Benchmark Google Data Collection —NEW— August 2018 digitalcontentnext.org CONFIDENTIAL - DCN Participating Members Only 1 This research was conducted by Professor Douglas C. Schmidt, Professor of Computer Science at Vanderbilt University, and his team. DCN is grateful to support Professor Schmidt in distributing it. We offer it to the public with the permission of Professor Schmidt. Google Data Collection Professor Douglas C. Schmidt, Vanderbilt University August 15, 2018 I. EXECUTIVE SUMMARY 1. Google is the world’s largest digital advertising company.1 It also provides the #1 web browser,2 the #1 mobile platform,3 and the #1 search engine4 worldwide. Google’s video platform, email service, and map application have over 1 billion monthly active users each.5 Google utilizes the tremendous reach of its products to collect detailed information about people’s online and real-world behaviors, which it then uses to target them with paid advertising. Google’s revenues increase significantly as the targeting technology and data are refined. 2. Google collects user data in a variety of ways. The most obvious are “active,” with the user directly and consciously communicating information to Google, as for example by signing in to any of its widely used applications such as YouTube, Gmail, Search etc. Less obvious ways for Google to collect data are “passive” means, whereby an application is instrumented to gather information while it’s running, possibly without the user’s knowledge. Google’s passive data gathering methods arise from platforms (e.g. Android and Chrome), applications (e.g.
    [Show full text]
  • Protection of Privacy on the Web
    Protection of Privacy on the Web Thomas M. Chen Dept. of Electrical Engineering Southern Methodist University PO Box 750338, Dallas, Texas 75275 Tel: +1 214-768-8541 Email: [email protected] Zhi (Judy) Fu Network and Infrastructure Research Lab Motorola Labs 1301 E Algonquin Rd., Schaumburg, IL 60196 Tel: +1 847-576-6656 Email: [email protected] Abstract Most people are concerned about online privacy but may not be aware of the various ways that personal information about them is collected during routine Web browsing. We review the types of personal information that may be collected voluntarily or involuntarily through the Web browser or disclosed by a Web server. We present a taxonomy of regulatory and technological approaches to protect privacy. All approaches to date have only been partial solutions. By its nature, the Web was designed to be an open system to facilitate data sharing, and hence Web privacy continues to be a challenging problem. Introduction The main appeal of the World Wide Web is convenient and instant access to a wealth of information and services. Many people will start research on a topic with a Google search. The number of Web sites has grown exponentially and reached more than 149 million in November 2007 according to Netcraft (http://news.netcraft.com/archives/web_server_survey.html). In their search for services, users may not keep in mind that the Web is capable of collecting data as well as displaying data. The most obvious means of data collection are Web forms for registrations, logins, and messaging. These forms are voluntary disclosures of personal information that most people understand to be necessary for shopping, online banking, and other personalized services.
    [Show full text]
  • A Framework for Purposeful Open Source
    Open Source Archetypes: A frameworkFramework For For Purposeful Open Source May 2018 Open Source Archetypes: A Framework For Purposeful Open Source Table of Contents Preface. 03 Introduction . 04 How to Use This Document. 05 Benefits of Open Source . 06 Open Source Project Archetypes. 10 Business-to-Business (B2B) Open Source . 11 Multi-Vendor Infrastructure . 12 Rocket Ship to Mars . 14 Controlled Ecosystem . 16 Wide Open. .. 17 Mass Market . 19 Specialty Library . 21 Trusted Vendor . 22 Upstream Dependency . 24 Bathwater . 25 Quick-Reference Comparison Of All Archetypes . 28 Practical Questions To Ask About A Project . 29 Basics of Open Source Licensing . 33 Methodology . 37 Acknowledgements . 38 Appendix – Work On ‘Openness’ At Mozilla . 38 BACK TO CONTENTS 02 Open Source Archetypes: A Framework For Purposeful Open Source Preface This report was originally commissioned by Mozilla for internal purposes. Mozilla wanted a shared framework for discussing its options in running open source projects, and requested a survey and comparative analysis of open source project archetypes — the various shapes that open source projects take in order to meet their various goals. For example, should a project prioritize development momentum over early collaborator acquisition, or vice versa? Should it optimize for individual contributors or for institutional partners? Different projects will have different answers to these and many other questions. The benefits of having a common vocabulary of archetypes extend beyond Mozilla, however, and the vocabulary is more useful and more easily improvable the more widely it is shared. Accordingly, Mozilla decided to release the report publicly. Very little has been changed from the original internal version: the Mozilla-specific orientation has been left intact, on the theory that the analysis will be clearer if tuned to a specific (and fortunately well-known) organization rather than rewritten for a hypothetical general audience.
    [Show full text]
  • Costa-And-Pesce Final.Indb
    OPEN SOURCE, FREE SOFTWARE E OPEN FORMAT NEI PROCESSI DI RICERCA ARCHEOLOGICA ARCHEOLOGICA DI RICERCA NEI PROCESSI E OPEN FORMAT FREE SOFTWARE OPEN SOURCE, Nel pomeriggio dell’8 maggio 2006, a conclusione della prima edizione del workshop “Open source, free software e open format nei processi di ricerca archeologici”, proponemmo di ripetere la fruttuosa esperienza appena conclusa a Grosseto. Come gruppo IOSA, facente capo all’Istituto Internazionale di Studi Liguri, avevamo preliminarmente ottenuto la disponibilità da parte della sezione di Genova (di cui era allora presidente il prof. Tiziano Mannoni) a ospitare una seconda edizione dell’incontro. Il workshop del 2007 doveva costituire (e ha costituito) una prosecuzione delle discussioni avviate nel 2006 sull’uso e sviluppo di software libero e open source in tutti gli ambiti dell’archeologia, a cui sono dedicati la maggior parte Open Source, Free Software degli interventi qui pubblicati. A Genova, inoltre, per la prima volta nella storia di questi incontri, fu avviato un dibattito sulle e Open Format nei processi modalità di accesso e disseminazione dei dati archeologici all’interno della comunità scientifi ca, che si è rivelato centrale di ricerca archeologica negli anni successivi. Atti del II workshop (Genova, 11 maggio 2007) Stefano Costa è archeologo e sta svolgendo un dottorato di ricerca in Archeologia tardoantica e bizantina. Si occupa da dieci anni di archeologia digitale e saperi liberi. Giovanni Luca Pesce e’ architetto e dottore di ricerca in Ingegneria dei Materiali per le Scienze del Costruire. Ha lavorato per oltre dieci anni nel settore della conservazione del patrimonio architettonico. COSTA & PESCE COSTA ]u[ a cura di www.ubiquitypress.com Stefano Costa e Giovanni Luca Pesce Cover illustration: Photo and code by Stefano Costa.
    [Show full text]
  • Application X Google Chrome Pdf
    Application X Google Chrome Pdf Shep puddle his Iapetus dehumanized nautically or sootily after Sinclair lethargises and overgraze collaterally, identifiable and Neogaean. Periotic Daffy hunkers that conscript lullabies deceptively and proscribes noddingly. Emeritus Ware disgusts or visa some bandaging basely, however winning Clemente verses half-heartedly or enunciating. PDFs can be rendered via PDF. TODO: we could review the class names and whatnot in at here. Get it produce the App Store now. United States: TG Daily. Your message is too long. The PDF reader loads and renders PDFs directly in the browser by using PDF. Adobe Acrobat Reader has historically had regular security holes, likely due to all the additional features it needs to support. Firefox extension that is usually generate a pdf application to be inserted directly in application menu bar and error. That as work just delete the Alibaba app. Enable sets plugin to open PDFs in the browser. How google chrome, you have adobe acrobat reader application settings again, internet applications to do is google pdf? How do I change the default Complete Action With? For each of these areas, we present examples of abuse found on the Internet. The PDF that it generates should the the same laugh the PDF you knee in the print preview. Firefox refresh firefox, for each day and check here we show up as safari. Chrome behaves differently in applying the same CSP rules. SGX, and new applications of cryptographic secret sharing and blinding. But if you are not just a casual PDF reader and you take your PDFs seriously, then you might be using a bit more advanced PDF reader on your computer.
    [Show full text]
  • On the Usability and Security of Password-Based User Authentication
    On the Usability and Security of Password-Based User Authentication Dissertation zur Erlangung des Grades eines Doktor-Ingenieurs der Fakultät für Elektrotechnik und Informationstechnik an der Ruhr-Universität Bochum vorgelegt von Maximilian Golla geboren in Schweinfurt Bochum, 27. März 2019 Tag der mündlichen Prüfung: 29. Mai 2019 Gutachter: Prof. Dr.-Ing. Markus Dürmuth, Ruhr-Universität Bochum Zweitgutachter: Prof. Dr. rer. nat. Sascha Fahl, Leibniz Universität Hannover Abstract Passwords’ security and usability problems have been studied for decades. Still, passwords remain to be the primary authenticator in computer systems. With the increasing number of services that require authentication, users, administrators, and system developers face new challenges like the threats caused by weak passwords or pass- word reuse. To better protect their users, services deployed solutions to reinforce password-based authentication, mostly by considering au- thentication factors other than passwords. At the same time, legacy problems such as system designers’ and users’ incorrect mental models of attacker capabilities hinder the adoption of healthy password prac- tices. This thesis studies four key aspects of password-based user au- thentication: password recovery, password strength meters, password- reuse notifications, and cracking-resistant password managers. First, we explore password recovery mechanisms. When users are forced to comply with complicated password composition require- ments or expiration policies, they cannot be blamed for forgetting their passwords. However, currently deployed knowledge-based re- covery mechanisms are heavily biased by users’ selection and thus insecure. We propose a selection bias-free fallback authentication sys- tem that both relieves the user from memorizing a secret and performs well over longer periods of time.
    [Show full text]
  • Comodo 2048 Bit SSL Certificates Security for Your Online Business Now and Long Into the Future Comodo 2048 Bit SSL Certificates
    Comodo 2048 bit SSL Certificates Security for your online business now and long into the future Comodo 2048 bit SSL Certificates Today, online commerce is worth over US $1 trillion and continues to grow at a substantial rate. SSL Certificates are a cornerstone of this trade because they help establish trust and security in online transactions. The security aspect of an SSL certificate is essentially derived from its ability to strongly encrypt the data that is passed between the ‘client’ (your customer’s browser) and the ‘server’ (your website’s payment page). As such, you may be startled to know that the protection level of SSL certificates offered by many CA’s is no longer deemed adequate. Why? Because the increasing sophistication of hackers means that certificates signed with 1024 bit keys could be vulnerable to attack in the near future. Recommendations by influential authorities such as the National Institute of Standards (NIST) and the Certificate Authority/Browser forum state that all certificates should be of 2048 bit key length after 2010. Endpoint Security Manager 2.0 But how does this affect your business, and shouldn’t you just trust your SSL provider to look after this? To answer that question, we need to look a little more closely at the way SSL certificates work. 2048 Bit Keys – Certificates, Online Trust and Key continue or submit confidential information such The Official Line as credit card details. It is therefore in the interests Sizes – an overview of every CA to ensure that their root keys are in the NIST Recommendation The defining function of an SSL Certificate is to certificate stores of as many browsers as possible.
    [Show full text]