From 6043c1835f69903a05278ee9aad4cf4ceb1de38f Mon Sep 17 00:00:00 2001 From: tom Date: Tue, 18 Feb 2014 14:02:47 +0100 Subject: [PATCH] initial release --- .gitignore | 3 + BLURB | 7 + COPYING | 674 ++++++++++++++++++ MANIFEST.in | 5 + NEWS | 3 + README | 56 ++ release.py | 139 ++++ setup.py | 57 ++ yubicoauthenticator/__init__.py | 16 + yubicoauthenticator/functions.py | 288 ++++++++ yubicoauthenticator/libykneo.py | 340 +++++++++ yubicoauthenticator/resources/qt.conf | 2 + .../resources/yubicoauthenticator.nsi | 142 ++++ yubicoauthenticator/ui_addaccount.py | 113 +++ yubicoauthenticator/ui_main.py | 374 ++++++++++ yubicoauthenticator/ui_systray.py | 202 ++++++ yubicoauthenticator/yubico-logo81.png | Bin 0 -> 2203 bytes yubicoauthenticator/yubico.ico | Bin 0 -> 15086 bytes yubicoauthenticator/yubico.png | Bin 0 -> 10506 bytes yubicoauthenticator/yubico_authenticator.py | 207 ++++++ yubicoauthenticator/yubicoauthenticator.spec | 158 ++++ yubicoauthenticator/yubioath-16.png | Bin 0 -> 991 bytes yubicoauthenticator/yubioath-48.png | Bin 0 -> 4806 bytes 23 files changed, 2786 insertions(+) create mode 100644 .gitignore create mode 100644 BLURB create mode 100644 COPYING create mode 100644 MANIFEST.in create mode 100644 NEWS create mode 100644 README create mode 100644 release.py create mode 100644 setup.py create mode 100644 yubicoauthenticator/__init__.py create mode 100644 yubicoauthenticator/functions.py create mode 100644 yubicoauthenticator/libykneo.py create mode 100644 yubicoauthenticator/resources/qt.conf create mode 100644 yubicoauthenticator/resources/yubicoauthenticator.nsi create mode 100644 yubicoauthenticator/ui_addaccount.py create mode 100644 yubicoauthenticator/ui_main.py create mode 100644 yubicoauthenticator/ui_systray.py create mode 100644 yubicoauthenticator/yubico-logo81.png create mode 100644 yubicoauthenticator/yubico.ico create mode 100644 yubicoauthenticator/yubico.png create mode 100644 yubicoauthenticator/yubico_authenticator.py create mode 100644 yubicoauthenticator/yubicoauthenticator.spec create mode 100644 yubicoauthenticator/yubioath-16.png create mode 100644 yubicoauthenticator/yubioath-48.png diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c26b157a --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +dist +build +*.pyc diff --git a/BLURB b/BLURB new file mode 100644 index 00000000..e1124aa5 --- /dev/null +++ b/BLURB @@ -0,0 +1,7 @@ +Author: Yubico +Basename: yubico-authenticator +Homepage: http://opensource.yubico.com/yubico-authenticator +License: BSD-2-Clause +Name: Yubico Authenticator +Project: yubico-authenticator +Summary: Crossplatform graphical user interface to generate one-time passwords. \ No newline at end of file diff --git a/COPYING b/COPYING new file mode 100644 index 00000000..94a9ed02 --- /dev/null +++ b/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..9b6e4c95 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,5 @@ +include release.py +include COPYING +include NEWS +include ChangeLog +include /yubicoauthenticator/resources/* diff --git a/NEWS b/NEWS new file mode 100644 index 00000000..242c5704 --- /dev/null +++ b/NEWS @@ -0,0 +1,3 @@ +* Version 0.0.1 (released 2014-02-12) + + * Initial release supporting mode changing. diff --git a/README b/README new file mode 100644 index 00000000..e7f13ad9 --- /dev/null +++ b/README @@ -0,0 +1,56 @@ +Yubico Authenticator +==================== + +The Yubico Authenticator is a graphical desktop tool for generating +Open AuTHentication (OATH) event-based HOTP and time-based TOTP +one-time password codes, with the help of a Yubikey NEO that protects +the shared secrets. + +License +------- + +Yubico Authenticator is licensed under GPLv3+, see COPYING for +details. + +Dependencies +------------ + +To build the Yubico Authenticator you need the following Python +modules: PySide, PBKDF2, pyscard. To use it, you need a YubiKey NEO +with the OATH applet loaded. + +Building Windows binaries +------------------------- + +For Windows you will need python, PySide, PyInstaller and Pywin32 +installed (32 or 64-bit versions depending on the architecture of the +binary your are building). + +Clone the git repository and checkout the desired release tag (or +branch): + + git clone https://github.com/Yubico/yubico-authenticator.git + cd yubico-authenticator + +To sign the executable, copy the pfx file to yubicoauth.pfx and place +it in the root of the project folder. You will need signtool.exe (from +the Windows SDK) either copied into the root as well or in a location +in your PATH. + +Run "pyinstaller.exe -w -i yubico.ico yubicoauthenticator.spec" from +the main project folder. + +Building Mac OSX binaries +------------------------- + +Currently we do not have binaries for OSX, contribution is welcome. +It should be possible via PyInstaller. + +Todo +---- + +XXX: move this section to github issues once we upload to github + +- add mac packaging +- Add possibility to change password +- Support for adding HOTP credentials via the Add Account button diff --git a/release.py b/release.py new file mode 100644 index 00000000..b8363038 --- /dev/null +++ b/release.py @@ -0,0 +1,139 @@ +# Copyright (c) 2013-2014 Yubico AB +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +from distutils import log +from distutils.core import Command +from distutils.errors import DistutilsSetupError +import os +import re +from datetime import date + + +class release(Command): + description = "create and release a new version" + user_options = [ + ('keyid', None, "GPG key to sign with"), + ('skip-tests', None, "skip running the tests"), + ('pypi', None, "publish to pypi"), + ] + boolean_options = ['skip-tests', 'pypi'] + + def initialize_options(self): + self.keyid = None + self.skip_tests = 0 + self.pypi = 0 + + def finalize_options(self): + self.cwd = os.getcwd() + self.fullname = self.distribution.get_fullname() + self.name = self.distribution.get_name() + self.version = self.distribution.get_version() + + def _verify_version(self): + with open('NEWS', 'r') as news_file: + line = news_file.readline() + now = date.today().strftime('%Y-%m-%d') + if not re.search(r'Version %s \(released %s\)' % (self.version, now), + line): + raise DistutilsSetupError("Incorrect date/version in NEWS!") + + def _verify_tag(self): + if os.system('git tag | grep -q "^%s\$"' % self.fullname) == 0: + raise DistutilsSetupError( + "Tag '%s' already exists!" % self.fullname) + + def _sign(self): + if os.path.isfile('dist/%s.tar.gz.asc' % self.fullname): + # Signature exists from upload, re-use it: + sign_opts = ['--output dist/%s.tar.gz.sig' % self.fullname, + '--dearmor dist/%s.tar.gz.asc' % self.fullname] + else: + # No signature, create it: + sign_opts = ['--detach-sign', 'dist/%s.tar.gz' % self.fullname] + if self.keyid: + sign_opts.insert(1, '--default-key ' + self.keyid) + self.execute(os.system, ('gpg ' + (' '.join(sign_opts)),)) + + if os.system('gpg --verify dist/%s.tar.gz.sig' % self.fullname) != 0: + raise DistutilsSetupError("Error verifying signature!") + + def _tag(self): + tag_opts = ['-s', '-m ' + self.fullname, self.fullname] + if self.keyid: + tag_opts[0] = '-u ' + self.keyid + self.execute(os.system, ('git tag ' + (' '.join(tag_opts)),)) + + def _do_call_publish(self, cmd): + self._published = os.system(cmd) == 0 + + def _publish(self): + web_repo = os.getenv('YUBICO_GITHUB_REPO') + if web_repo and os.path.isdir(web_repo): + artifacts = [ + 'dist/%s.tar.gz' % self.fullname, + 'dist/%s.tar.gz.sig' % self.fullname, + 'dist/%s.exe' % self.fullname + ] + cmd = '%s/publish %s %s %s' % ( + web_repo, self.name, self.version, ' '.join(artifacts)) + + self.execute(self._do_call_publish, (cmd,)) + if self._published: + self.announce("Release published! Don't forget to:", log.INFO) + self.announce("") + self.announce(" (cd %s && git push)" % web_repo, log.INFO) + self.announce("") + else: + self.warn("There was a problem publishing the release!") + else: + self.warn("YUBICO_GITHUB_REPO not set or invalid!") + self.warn("This release will not be published!") + + def run(self): + if os.getcwd() != self.cwd: + raise DistutilsSetupError("Must be in package root!") + + self._verify_version() + self._verify_tag() + + self.execute(os.system, ('git2cl > ChangeLog',)) + + if not self.skip_tests: + self.run_command('check') + # Nosetests calls sys.exit(status) + try: + self.run_command('nosetests') + except SystemExit as e: + if e.code != 0: + raise DistutilsSetupError("There were test failures!") + + self.run_command('sdist') + + if self.pypi: + cmd_obj = self.distribution.get_command_obj('upload') + cmd_obj.sign = True + if self.keyid: + cmd_obj.identity = self.keyid + self.run_command('upload') + + self._sign() + self._tag() + + self._publish() + + self.announce("Release complete! Don't forget to:", log.INFO) + self.announce("") + self.announce(" git push && git push --tags", log.INFO) + self.announce("") diff --git a/setup.py b/setup.py new file mode 100644 index 00000000..2cd61628 --- /dev/null +++ b/setup.py @@ -0,0 +1,57 @@ +# Copyright (c) 2013-2014 Yubico AB +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + + +from release import release +from setuptools import setup +import re + +VERSION_PATTERN = re.compile(r"(?m)^__version__\s*=\s*['\"](.+)['\"]$") + + +def get_version(): + """Return the current version as defined by yubicoauthenticator/__init__.py.""" + + with open('yubicoauthenticator/__init__.py', 'r') as f: + match = VERSION_PATTERN.search(f.read()) + return match.group(1) + +setup( + name='yubico-authenticator', + version=get_version(), + author='Tommaso Galassi De Orchi', + author_email='tom@yubico.com', + maintainer='Yubico Open Source Maintainers', + maintainer_email='ossmaint@yubico.com', + url='https://github.com/Yubico/yubico-authenticator', + license='BSD 2 clause', + packages=['yubicoauthenticator'], + include_package_data=True, + setup_requires=['nose>=1.0'], + install_requires=['PySide', 'pbkdf2', 'pyscard'], + test_suite='nose.collector', + tests_require=[''], + cmdclass={'release': release}, + classifiers=[ + 'License :: OSI Approved :: BSD License', + 'Operating System :: OS Independent', + 'Programming Language :: Python', + 'Development Status :: 2 - Pre-Alpha', + 'Environment :: X11 Applications :: Qt', + 'Intended Audience :: End Users/Desktop', + 'Topic :: Security :: Cryptography', + 'Topic :: Utilities' + ] +) diff --git a/yubicoauthenticator/__init__.py b/yubicoauthenticator/__init__.py new file mode 100644 index 00000000..70969de7 --- /dev/null +++ b/yubicoauthenticator/__init__.py @@ -0,0 +1,16 @@ +# Copyright (c) 2013-2014 Yubico AB +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +__version__ = "0.0.1" diff --git a/yubicoauthenticator/functions.py b/yubicoauthenticator/functions.py new file mode 100644 index 00000000..ce9b0a54 --- /dev/null +++ b/yubicoauthenticator/functions.py @@ -0,0 +1,288 @@ +# Copyright (c) 2013-2014 Yubico AB +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +import os +import sys +import time +import struct + +from PySide import QtGui + + + +tags = { +'NAME_TAG':0x71, +'NAME_LIST_TAG':0x72, +'KEY_TAG':0x73, +'CHALLENGE_TAG':0x74, +'RESPONSE_TAG':0x75, +'T_RESPONSE_TAG':0x76, #truncated response +'NO_RESPONSE_TAG':0x77, #hotp entry +'PROPERTY_TAG':0x78, +'VERSION_TAG':0x79, +'IMF_TAG':0x7a +} + + +PUT_INS = 0x01; +DELETE_INS = 0x02; +SET_CODE_INS = 0x03; +RESET_INS = 0x04; + +LIST_INS = 0xa1; +CALCULATE_INS = 0xa2; +VALIDATE_INS = 0xa3; +CALCULATE_ALL_INS = 0xa4; +SEND_REMAINING_INS = 0xa5; + + + + + +# A credential is a record with a user account name and a code +class Credential(object): + #algorithm: + #totp = 0x20 + #hotp = 0x10 + algorithm = None + name = "" + code = 0 + + # the class "constructor" - It's actually an initializer + def __init__(self, algorithm, name, code): + self.algorithm = algorithm + self.name = name + self.code = code + + def __str__(self): + return "Name: %s | CODE: %s" % (self.name, self.code) + + + +#ask for the user password and unlock the NEO +def get_user_password(neo): + + password, ok = QtGui.QInputDialog.getText(None, "Password", "Password:", QtGui.QLineEdit.Password) + if ok: + return password + else: + return None + +#get the id and make it look good for pbkdf2 +def get_id(neo): + install_id = ''.join(chr(x) for x in neo.install_id) + return install_id + + +#get the challenge and make it look good for pbkdf2 +def get_challenge(neo): + challenge = ''.join(chr(x) for x in neo.challenge) + return challenge + + +#adds a new credential entry in the credential list +def add_entry(algorithm, name, code): + credential = Credential(algorithm, name, code) + return credential + + + +# +# compute payload for the calculate_all command and send it to the NEO. +# basically challenges the NEO with the totp_window +# +def calc_all_payload(): + #compute totp windows + totp_window = int((time.time() / 30)) + + #pack it in binary string + payload_time = struct.pack('>I',totp_window) + #create padding to 8 bytes + padding = '\0\0\0\0' + #calculate the length of the data + payload_time_length = len(padding+payload_time) + #assamble the payload + payload = chr(tags['CHALLENGE_TAG']) + chr(payload_time_length) + padding + payload_time + + return payload + + + +# +# format the payload for unlock command +# +def unlock_payload(response): + + # my @apdu = (0x00, 0xa3, 0x00, 0x00, $len, $response_tag, scalar(@resp_p), @resp_p, $challenge_tag, scalar(@$own_chal_p), @$own_chal_p); + #lenght_all + response_tag + lenght_chall + chall + chall_tag + lengh_own_chall + own_chall + #test = os.urandom(8) + #my_challenge = struct.pack('s', test) + + #my challenge should be random 8 bytes + my_challenge ='\xff\xff\xff\xff\xff\xff\xff\xff' + + payload = chr(tags['RESPONSE_TAG']) + chr(len(response)) + response + chr(tags['CHALLENGE_TAG']) + chr(len(my_challenge)) + my_challenge + + + return payload + + +def delete_payload(name): + + payload = chr(tags['NAME_TAG']) + chr(len(name)) + name + + return payload + +def put_payload(account): + + #hmac-sha1 0x01 + #hmac-sha256 0x02 + #totp 0x20 + #hotp 0x10 + #properties 0x01 + + if account['KEY_TYPE'] == 'time-based': + key_algorithm = '\x21' + #hardcoded to 6 not to let the user select 8 by mistake + digits = 6 + + if account['KEY_TYPE'] == 'counter-based': + key_algorithm = '\x11' + digits = 6 + + + #this is optional not used currently + property_byte = '\0x01' + #the len+2 is in the protocol documentation + payload = chr(tags['NAME_TAG']) + chr(len(account['ACCOUNT_NAME'])) + account['ACCOUNT_NAME'] + chr(tags['KEY_TAG']) + chr(len(account['SECRET_KEY'])+2) + key_algorithm + chr(digits) + account['SECRET_KEY'] + #Remaining command parts: + property_byte + IMFTAG +IMF lenght + imf + + # IMF PART NOT IMPLEMENTED YET SET TO DEFAULT + return payload + + +# +# calculate_payload: currnetly is used only to calculate HOTP so be careful! +# +def calculate_payload(hotp_name): + + #compute the payload + payload = chr(tags['NAME_TAG']) + chr(len(hotp_name)) + hotp_name + chr(tags['CHALLENGE_TAG']) + chr(0) + + return payload + + +def parse_hotp_response(resp): + + i=0 + if resp[i] is not chr(tags['RESPONSE_TAG']): + pass + if resp[i] is not chr(tags['T_RESPONSE_TAG']): + print "we got a truncated not handled response fix this" + sys.exit(1) + + i+=1 + hotp_length = ord(resp[i]) - 1 # the -1 is because of the the number od difits following + i+=1 + digits = ord(resp[i]) + i+=1 + hotp = totp = (struct.unpack(">I", resp[i:i+hotp_length])[0]) % 1000000 + + return hotp + + + +# +# parse_response: get the response from challenge all and parses the results +# +def parse_response(resp): + + + #list of credentials + cred_list = [] + + i=0 + counter = 1 + while i < len(resp): + + #parsing NAME_TAG + if resp[i] is not chr(tags['NAME_TAG']): + print "I was expecting NAME_TAG, exiting..." + sys.exit(1) + + #read name length + i+=1 + name_length = ord(resp[i]) + + #save the name of the entry + i+=1 + name = resp[i:i+name_length] + + #check the tag x076 + i+=name_length + + ########################## + #branch into TOTP or HOTP# + ########################## + if resp[i] is not chr(tags['T_RESPONSE_TAG']): + if resp[i] is chr(tags['NO_RESPONSE_TAG']): + + + i+=1 + #get the data length + data_length = ord(resp[i]) + hotp_length = data_length-1 #hotp length + + i+=1 + #read how many digits + hotp_digits = resp[i] + + #read hotp + i+=1 + hotp = resp[i:i+hotp_length] + + + #go on to the next credential + i+=hotp_length + + if len(str(hotp)) < 6: + hotp = str(hotp).rjust(6,'0') + + cred_list.append(add_entry('hotp', name, hotp)) + continue + + #read data length + i+=1 + data_length = ord(resp[i]) + totp_length = data_length-1 #this -1 is here because i need to discard 1 byte which indicates otp_digits + + #read the number of digits for the totp + i+=1 + totp_digits = resp[i] + + #read the totp + i+=1 + totp = (struct.unpack(">I", resp[i:i+totp_length])[0]) % 1000000 + + + if len(str(totp)) < 6: + totp = str(totp).rjust(6,'0') + i+=totp_length + + cred_list.append(add_entry('totp', name, totp)) + + #loop + #return + return cred_list diff --git a/yubicoauthenticator/libykneo.py b/yubicoauthenticator/libykneo.py new file mode 100644 index 00000000..c6814b55 --- /dev/null +++ b/yubicoauthenticator/libykneo.py @@ -0,0 +1,340 @@ +# Copyright (c) 2013-2014 Yubico AB +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +import re +import struct + +# smartcard module +from smartcard.System import readers + + +READER_PATTERN = re.compile('.*Yubikey NEO.*', re.I) + + +def require_user(orig): + def new_func(neo, *args, **kwargs): + if not neo.user_unlocked: + raise PINModeLockedException(False) + return orig(neo, *args, **kwargs) + return new_func + + +def require_admin(orig): + def new_func(neo, *args, **kwargs): + if not neo.admin_unlocked: + raise PINModeLockedException(True) + return orig(neo, *args, **kwargs) + return new_func + + +def require_key(orig): + def new_func(neo, *args, **kwargs): + if not neo.key_loaded: + raise NoKeyLoadedException() + return orig(neo, *args, **kwargs) + return new_func + + +def hex2cmd(data): + return map(ord, data.decode('hex')) + + +def pack_path(path): + return ''.join([struct.pack('>I', index) for index in + [int(i[:-1]) | 0x80000000 if i.endswith("'") else int(i) + for i in path.split('/')]]) + + +def open_key(name=None): + """ + Opens a smartcard reader matching the given name and connects to the + ykneo-bitcoin applet through it. + + Returns a reference to the YkneoBitcoin object. + """ + r = re.compile(name) if name else READER_PATTERN + for reader in readers(): + if r.match(reader.name): + try: + conn = reader.createConnection() + conn.connect() + return YkneoYubiOath(conn) + except: + continue + raise Exception('No smartcard reader found matching: %s' % r.pattern) + + + +class YkneoYubiOath(object): + + """ + Interface to the ykneo-bitcoin applet running on a YubiKey NEO. + + Example: + neo = new YkneoBitcoin(...) + master_key = ... + neo.import_extended_key_pair(master_key, False) + # neo now holds the master key pair m. + + # This returns the uncompressed public key from sub key m/0/7: + neo.get_public_key(0, 7) + + # This returns the signature of hash signed by m/1/4711': + neo.sign(1, 4711 | 0x80000000, hash) + """ + + def __init__(self, reader): + self.reader = reader + #is the neo protected? + self.password_protected = False + #store the password + self.password = None + self._user_unlocked = False + self._admin_unlocked = False + + data, status = self._cmd(0, 0xa4, 0x04, 0x00, + 'a0000005272101'.decode('hex')) + if (status) != 0x9000: + raise Exception('Unable to select the applet') + + self._version = tuple(data[2:5]) + #print self._version + + self._key_loaded = data[3] == 1 + + #initialize the ID + self.install_id = data[7:15] + #initialize the CHALLENGE + self.challenge = data[17:] + + #set password status + self.set_password_status(data) + #check version validity + self.check_version_length(data) + + + + #initialize the NEO password status + def set_password_status(self, data): + + for x in data: + if x == 116: + self.password_protected = True + break + else: + #there is a password set + self.password_protected = False + + #return the NEO password status + def is_protected(self): + return self.password_protected + + + #check if the version is 3 bytes else something is wrong + def check_version_length(self, data): + if not data[1] == 3: + raise Exception('Wrong applet version length') + + + + #@property + def user_unlocked(self): + return self._user_unlocked + + #@property + def admin_unlocked(self): + return self._admin_unlocked + + #@property + def version(self): + return "%d.%d.%d" % self._version + + #@property + def key_loaded(self): + return self._key_loaded + + + + + def _cmd(self, cl, ins, p1, p2, data=''): + command = '%02x%02x%02x%02x%02x%s' % (cl, ins, p1, p2, len(data), + data.encode('hex')) + + # print "DEBUG INSIDE COMMAND:" + # print "len(data)" + # print len(data) + # print "DATA:" + # print data + + # print "command decode hex" + # print command.decode('hex') + # #print ord(command[0]) + # #print hex(command[0]) + # test = [] + # for x in command: + # test.append(ord(x)) + + # print "ARRAY VALORY" + # print "ord di X" + # print test + + data, sw1, sw2 = self.reader.transmit(hex2cmd(command)) + + return data, sw1 << 8 | sw2 + + + + def _cmd_ok(self, *args, **kwargs): + data, status = self._cmd(*args, **kwargs) + #get high bits + low = status & 0xFF; + high = status >> 8; + + if status != 0x9000: + if high != 0x61: + raise Exception('APDU error: 0x%04x' % status) + else: + while status != 0x9000: + part, status = self._cmd(0x00, 0xa5, 0x00, 0x00) + data = data + part + + return ''.join(map(chr, data)) + + + + + + + + + + + + + + + + + + + + + + +""" + def unlock_user(self, pin): + _, status = self._cmd(0, 0x21, 0, 0, pin) + if status == 0x9000: + self._user_unlocked = True + elif status & 0xfff0 == 0x63c0: + self._user_unlocked = False + raise IncorrectPINException(False, status & 0xf) + else: + raise Exception('APDU error: 0x%04x' % status) + + def unlock_admin(self, pin): + _, status = self._cmd(0, 0x21, 0, 1, pin) + if status == 0x9000: + self._admin_unlocked = True + elif status & 0xfff0 == 0x63c0: + self._admin_unlocked = False + raise IncorrectPINException(True, status & 0xf) + else: + raise Exception('APDU error: 0x%04x' % status) + + + def _send_set_pin(self, old_pin, new_pin, admin): + data = chr(len(old_pin)) + old_pin + chr(len(new_pin)) + new_pin + _, status = self._cmd(0, 0x22, 0, 1 if admin else 0, data) + return status + + + def set_admin_pin(self, old_pin, new_pin): + status = self._send_set_pin(old_pin, new_pin, True) + if status == 0x9000: + self._admin_unlocked = True + elif status & 0xfff0 == 0x63c0: + self._admin_unlocked = False + raise IncorrectPINException(True, status & 0xf) + else: + raise Exception('APDU error: 0x%04x' % status) + + def set_user_pin(self, old_pin, new_pin): + status = self._send_set_pin(old_pin, new_pin, False) + if status == 0x9000: + self._user_unlocked = True + elif status & 0xfff0 == 0x63c0: + self._user_unlocked = False + raise IncorrectPINException(False, status & 0xf) + else: + raise Exception('APDU error: 0x%04x' % status) + + @require_admin + def _send_set_retry_count(self, attempts, admin): + if not 0 < attempts < 16: + raise ValueError('Attempts must be 1-15, was: %d', attempts) + + self._cmd_ok(0, 0x15, 0, 1 if admin else 0, chr(attempts)) + + def set_user_retry_count(self, attempts): + self._send_set_retry_count(attempts, False) + + def set_admin_retry_count(self, attempts): + self._send_set_retry_count(attempts, True) + + @require_admin + def reset_user_pin(self, pin): + self._cmd_ok(0, 0x14, 0, 0, pin) + + @require_admin + def generate_master_key_pair(self, allow_export, return_private, + testnet=False): + p2 = 0 + if allow_export: + p2 |= 0x01 + if return_private: + p2 |= 0x02 + if testnet: + p2 |= 0x04 + resp = self._cmd_ok(0, 0x11, 0, p2) + self._key_loaded = True + return resp + + @require_admin + def import_extended_key_pair(self, serialized_key, allow_export): + self._cmd_ok(0, 0x12, 0, 1 if allow_export else 0, serialized_key) + self._key_loaded = True + + @require_admin + def export_extended_public_key(self): + return self._cmd_ok(0, 0x13, 0, 0) + + @require_user + @require_key + def get_public_key(self, path): + return self._cmd_ok(0, 0x01, 0, 0, pack_path(path)) + + @require_user + @require_key + def sign(self, path, digest): + if len(digest) != 32: + raise ValueError('Digest must be 32 bytes') + return self._cmd_ok(0, 0x02, 0, 0, pack_path(path) + digest) + + @require_user + @require_key + def get_header(self): + return self._cmd_ok(0, 0x03, 0, 0) +""" diff --git a/yubicoauthenticator/resources/qt.conf b/yubicoauthenticator/resources/qt.conf new file mode 100644 index 00000000..f747e093 --- /dev/null +++ b/yubicoauthenticator/resources/qt.conf @@ -0,0 +1,2 @@ +[Paths] +Plugins = plugins \ No newline at end of file diff --git a/yubicoauthenticator/resources/yubicoauthenticator.nsi b/yubicoauthenticator/resources/yubicoauthenticator.nsi new file mode 100644 index 00000000..590c78cf --- /dev/null +++ b/yubicoauthenticator/resources/yubicoauthenticator.nsi @@ -0,0 +1,142 @@ +# Copyright (c) 2013-2014 Yubico AB +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +!include "MUI2.nsh" + +!define MUI_ICON "../yubico.ico" + +; The name of the installer +Name "yubico-authenticator-" + +; The file to write +OutFile "../dist/Yubico Authenticator/yubico-authenticator-${YUBICOAUTHENTICATOR_VERSION}.exe" + +; The default installation directory +InstallDir "$PROGRAMFILES\Yubico\Yubico Authenticator" + +; Registry key to check for directory (so if you install again, it will +; overwrite the old one automatically) +InstallDirRegKey HKLM "Software\Yubico\yubico-authenticator" "Install_Dir" + +SetCompressor /SOLID lzma +ShowInstDetails show + +Var MUI_TEMP +Var STARTMENU_FOLDER + +;Interface Settings + + !define MUI_ABORTWARNING + +;-------------------------------- + +; Pages + !insertmacro MUI_PAGE_WELCOME + !insertmacro MUI_PAGE_DIRECTORY + ;Start Menu Folder Page Configuration + !define MUI_STARTMENUPAGE_DEFAULTFOLDER "Yubico\Yubico Authenticator" + !define MUI_STARTMENUPAGE_REGISTRY_ROOT "HKCU" + !define MUI_STARTMENUPAGE_REGISTRY_KEY "Software\Yubico\Yubico Authenticator" + !define MUI_STARTMENUPAGE_REGISTRY_VALUENAME "Start Menu Folder" + !insertmacro MUI_PAGE_STARTMENU Application $STARTMENU_FOLDER + !insertmacro MUI_PAGE_INSTFILES + !insertmacro MUI_PAGE_FINISH + + !insertmacro MUI_UNPAGE_CONFIRM + !insertmacro MUI_UNPAGE_INSTFILES + +;Languages + !insertmacro MUI_LANGUAGE "English" + +;-------------------------------- + +Section "Yubico Authenticator" + SectionIn RO + SetOutPath $INSTDIR + FILE /r "..\dist\Yubico Authenticator\*" +SectionEnd + +Var MYTMP + +# Last section is a hidden one. +Section + WriteUninstaller "$INSTDIR\uninstall.exe" + + ; Write the installation path into the registry + WriteRegStr HKLM "Software\Yubico\yubco-authenticator" "Install_Dir" "$INSTDIR" + + # Windows Add/Remove Programs support + StrCpy $MYTMP "Software\Microsoft\Windows\CurrentVersion\Uninstall\yubico-authenticator" + WriteRegStr HKLM $MYTMP "DisplayName" "Yubico Authenticator" + WriteRegExpandStr HKLM $MYTMP "UninstallString" '"$INSTDIR\uninstall.exe"' + WriteRegExpandStr HKLM $MYTMP "InstallLocation" "$INSTDIR" + WriteRegStr HKLM $MYTMP "DisplayVersion" "${YUBICOAUTHENTICATOR_VERSION}" + WriteRegStr HKLM $MYTMP "Publisher" "Yubico AB" + WriteRegStr HKLM $MYTMP "URLInfoAbout" "http://www.yubico.com" + WriteRegDWORD HKLM $MYTMP "NoModify" "1" + WriteRegDWORD HKLM $MYTMP "NoRepair" "1" + +!insertmacro MUI_STARTMENU_WRITE_BEGIN Application + +;Create shortcuts + SetShellVarContext all + SetOutPath "$SMPROGRAMS\$STARTMENU_FOLDER" + CreateShortCut "Yubico Authenticator.lnk" "$INSTDIR\Yubico Authenticator.exe" "" "$INSTDIR\Yubico Authenticator.exe" 0 + CreateShortCut "Uninstall.lnk" "$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 1 + WriteINIStr "$SMPROGRAMS\$STARTMENU_FOLDER\Yubico Web page.url" \ + "InternetShortcut" "URL" "http://www.yubico.com/" +!insertmacro MUI_STARTMENU_WRITE_END + +SectionEnd + + + +; Uninstaller + +Section "Uninstall" + + ; Remove registry keys + DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\yubico-authenticator" + DeleteRegKey HKLM "Software\Yubico\yubico-authenticator" + + ; Remove all + DELETE "$INSTDIR\*" + + ; Remove shortcuts, if any + !insertmacro MUI_STARTMENU_GETFOLDER Application $MUI_TEMP + SetShellVarContext all + + Delete "$SMPROGRAMS\$MUI_TEMP\Uninstall.lnk" + Delete "$SMPROGRAMS\$MUI_TEMP\Yubico Web page.url" + Delete "$SMPROGRAMS\$MUI_TEMP\Yubico Authenticator.lnk" + + ;Delete empty start menu parent diretories + StrCpy $MUI_TEMP "$SMPROGRAMS\$MUI_TEMP" + + startMenuDeleteLoop: + ClearErrors + RMDir $MUI_TEMP + GetFullPathName $MUI_TEMP "$MUI_TEMP\.." + + IfErrors startMenuDeleteLoopDone + + StrCmp $MUI_TEMP $SMPROGRAMS startMenuDeleteLoopDone startMenuDeleteLoop + startMenuDeleteLoopDone: + + DeleteRegKey /ifempty HKCU "Software\Yubico\yubico-authenticator" + + ; Remove directories used + RMDir "$INSTDIR" +SectionEnd \ No newline at end of file diff --git a/yubicoauthenticator/ui_addaccount.py b/yubicoauthenticator/ui_addaccount.py new file mode 100644 index 00000000..79d40b94 --- /dev/null +++ b/yubicoauthenticator/ui_addaccount.py @@ -0,0 +1,113 @@ +# Copyright (c) 2013-2014 Yubico AB +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +import base64 +from PySide import QtCore, QtGui + + + +class Ui_AddAccount(QtGui.QDialog): + def __init__(self, new_account, parent=None): + super(Ui_AddAccount, self).__init__(parent) + + self.new_account = new_account + + self.resize(285, 208) + self.label = QtGui.QLabel(self) + self.label.setGeometry(QtCore.QRect(10, 10, 271, 21)) + font = QtGui.QFont() + font.setPointSize(11) + font.setWeight(50) + font.setBold(False) + self.label.setFont(font) + self.label.setObjectName("label") + self.label_2 = QtGui.QLabel(self) + self.label_2.setGeometry(QtCore.QRect(10, 60, 61, 20)) + font = QtGui.QFont() + font.setPointSize(11) + font.setWeight(50) + font.setBold(False) + self.label_2.setFont(font) + self.label_2.setObjectName("label_2") + self.label_3 = QtGui.QLabel(self) + self.label_3.setGeometry(QtCore.QRect(10, 110, 81, 16)) + font = QtGui.QFont() + font.setPointSize(11) + font.setWeight(50) + font.setBold(False) + self.label_3.setFont(font) + self.label_3.setTextFormat(QtCore.Qt.PlainText) + self.label_3.setObjectName("label_3") + + self.lineEdit = QtGui.QLineEdit(self) + self.lineEdit.setGeometry(QtCore.QRect(10, 80, 261, 20)) + self.lineEdit.setObjectName("lineEdit") + + self.buttonBox = QtGui.QDialogButtonBox(self) + self.buttonBox.setGeometry(QtCore.QRect(120, 170, 156, 23)) + self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok) + self.buttonBox.setObjectName("buttonBox") + self.buttonBox.accepted.connect(self.verify) + #QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL("accepted()"), self.accept) + QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL("rejected()"), self.reject) + + self.comboBox = QtGui.QComboBox(self) + self.comboBox.setGeometry(QtCore.QRect(10, 30, 261, 21)) + self.comboBox.setObjectName("comboBox") + self.comboBox.addItem("time-based") + self.comboBox.addItem("counter-based") + + self.lineEdit_2 = QtGui.QLineEdit(self) + self.lineEdit_2.setGeometry(QtCore.QRect(10, 130, 261, 20)) + self.lineEdit_2.setObjectName("lineEdit_2") + + + # Define window text + self.setWindowTitle("Add New Account") + self.label.setText("Key Type") + self.label_2.setText("Account") + self.label_3.setText("Secret Key") + + #set place holder text + self.lineEdit.setPlaceholderText("tom@example.com") + self.lineEdit_2.setPlaceholderText("thei ncre dibl ehul kisi nmod hex!") + # set modal option + self.setModal(True) + + + + def verify(self): + #set the data and quit + # WARNING THE lineEdit.text() RETURNS A UNICODE + self.new_account['ACCOUNT_NAME'] = self.lineEdit.text().encode('utf-8') + #remove whitespace + self.new_account['SECRET_KEY'] = self.lineEdit_2.text().replace(" ", "") + + #FIX DROPBOX 26 character key + #padding N characters of = if string mod 8 is not 0 - in Python mod takes the sign of the denominator + self.new_account['SECRET_KEY'] += '=' * (-len(self.new_account['SECRET_KEY']) % 8) + + try: + self.new_account['SECRET_KEY'] = base64.b32decode(self.new_account['SECRET_KEY'], True) + + except Exception: + QtGui.QMessageBox.about(self, 'Error','Input can only be a valid TOTP base32 encoded key.') + self.reject() + return + + #select if TOTP or HOTP key type + self.new_account['KEY_TYPE'] = self.comboBox.currentText() + #accept the dialog + self.accept() diff --git a/yubicoauthenticator/ui_main.py b/yubicoauthenticator/ui_main.py new file mode 100644 index 00000000..83a59950 --- /dev/null +++ b/yubicoauthenticator/ui_main.py @@ -0,0 +1,374 @@ +# Copyright (c) 2013-2014 Yubico AB +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# Yubico GREEN #8cc041 Yubico RED #C04141 + +DEFAULT_STYLE = """ +QProgressBar{ + border-radius: 1px; + font-size: 15px; + text-align: center +} + +QProgressBar::chunk { + background-color: #8cc041; + width: 5px; + margin: 0px; +} +""" + +EXPIRE_STYLE = """ +QProgressBar{ + border-radius: 1px; + font-size: 15px; + text-align: center +} + +QProgressBar::chunk { + background-color: #C04141; + width: 5px; + margin: 0px; +} +""" + +import os +import sys +import time +import ui_addaccount +import ui_systray as gm +import yubico_authenticator as yc + + +from PySide import QtCore, QtGui + +YUBICO_ICON = "yubico.png" + +class Ui_Dialog(object): + def setupUi(self, Dialog): + + + #FIX FOR PYINSTALLER + if getattr(sys, 'frozen', False): + # we are running in a PyInstaller bundle + basedir = sys._MEIPASS + else: + # we are running in a normal Python environment + basedir = os.path.dirname(__file__) + + Dialog.setObjectName("Dialog") + Dialog.resize(311, 507) + Dialog.setFixedSize(311, 507) + self.gridLayoutWidget = QtGui.QWidget(Dialog) + self.gridLayoutWidget.setGeometry(QtCore.QRect(10, 30, 291, 331)) + self.gridLayoutWidget.setObjectName("gridLayoutWidget") + + self.gridLayout = QtGui.QGridLayout(self.gridLayoutWidget) + self.gridLayout.setContentsMargins(0, 0, 0, 0) + self.gridLayout.setObjectName("gridLayout") + self.gridLayout.setColumnStretch(1, 1) + + #left right cloumn in the grid layout + self.leftList = QtGui.QListWidget(self.gridLayoutWidget) + self.gridLayout.addWidget(self.leftList, 0, 0, 1, 1) + self.rightList = QtGui.QListWidget(self.gridLayoutWidget) + self.gridLayout.addWidget(self.rightList, 0, 1, 1, 1) + #set the font for the qlistwidget + listfont = QtGui.QFont() + listfont.setPointSize(10) + self.leftList.setFont(listfont) + self.rightList.setFont(listfont) + + # action on click and double click for items in the list + QtCore.QObject.connect(self.leftList, QtCore.SIGNAL("itemClicked(QListWidgetItem *)"), self.itemClicked) + QtCore.QObject.connect(self.leftList, QtCore.SIGNAL("itemDoubleClicked(QListWidgetItem *)"), self.itemDoubleClicked) + QtCore.QObject.connect(self.rightList, QtCore.SIGNAL("itemClicked(QListWidgetItem *)"), self.itemClicked) + QtCore.QObject.connect(self.rightList, QtCore.SIGNAL("itemDoubleClicked(QListWidgetItem *)"), self.itemDoubleClicked) + + #timers + # 1 - timer to update progress bar + self.progress_timer = QtCore.QTimer() + QtCore.QObject.connect(self.progress_timer, QtCore.SIGNAL("timeout()"), self.update_progressbar) + self.progress_timer.start(1000) + + #set the progress bar + self.progressBar = QtGui.QProgressBar(Dialog) + self.progressBar.setGeometry(QtCore.QRect(10, 410, 231, 23)) + self.progressBar.setInputMethodHints(QtCore.Qt.ImhNone) + self.progressBar.setMaximum(30) + self.progressBar.setProperty("value", 30) + self.progressBar.setInvertedAppearance(False) + self.progressBar.setTextDirection(QtGui.QProgressBar.TopToBottom) + self.progressBar.setObjectName("progressBar") + + # + # Setting up all lables + # + self.label = QtGui.QLabel(Dialog) + self.label.setGeometry(QtCore.QRect(240, 413, 51, 16)) + self.label.setObjectName("label") + font = QtGui.QFont() + font.setPointSize(8) + self.label.setFont(font) + + + self.label_2 = QtGui.QLabel(Dialog) + self.label_2.setGeometry(QtCore.QRect(65, 0, 101, 41)) + font = QtGui.QFont() + font.setFamily("Calibri") + self.label_2.setFont(font) + self.label_2.setObjectName("label_2") + + self.label_3 = QtGui.QLabel(Dialog) + self.label_3.setGeometry(QtCore.QRect(170, 0, 161, 41)) + font = QtGui.QFont() + font.setFamily("Calibri") + self.label_3.setFont(font) + self.label_3.setWordWrap(True) + self.label_3.setObjectName("label_3") + + self.label_4 = QtGui.QLabel(Dialog) + self.label_4.setGeometry(QtCore.QRect(10, 362, 211, 31)) + self.label_4.setAutoFillBackground(True) + self.label_4.setObjectName("label_4") + + self.label_5 = QtGui.QLabel(Dialog) + self.label_5.setGeometry(QtCore.QRect(225, 363, 81, 31)) + self.label_5.setText("") + self.label_5.setPixmap(QtGui.QPixmap("yubico-logo81.png")) + self.label_5.setObjectName("label_5") + + + # adding buttons + self.pushButton = QtGui.QPushButton(Dialog) + self.pushButton.setGeometry(QtCore.QRect(10, 440, 141, 51)) + self.pushButton.setObjectName("pushButton") + self.pushButton.clicked.connect(self.addCredential) + + self.pushButton_2 = QtGui.QPushButton(Dialog) + self.pushButton_2.setGeometry(QtCore.QRect(160, 440, 141, 51)) + self.pushButton_2.setObjectName("pushButton_2") + self.pushButton_2.clicked.connect(self.delCredential) + + + # adding separator + self.line = QtGui.QFrame(Dialog) + self.line.setGeometry(QtCore.QRect(10, 390, 291, 20)) + self.line.setFrameShape(QtGui.QFrame.HLine) + self.line.setFrameShadow(QtGui.QFrame.Sunken) + self.line.setObjectName("line") + + + + #adding a menu LOL + # self.menubar = QtGui.QMenuBar(Dialog) + # self.menubar.setGeometry(QtCore.QRect(0, 0, 300, 21)) + # self.menubar.setObjectName("menubar") + # self.menuFile = QtGui.QMenu(self.menubar) + # self.menuFile.setObjectName("menuFile") + # self.actionItem_1 = QtGui.QAction(Dialog) + # self.actionItem_1.setObjectName("actionItem_1") + # self.actionItem_2 = QtGui.QAction(Dialog) + # self.actionItem_2.setObjectName("actionItem_2") + # self.actionExit = QtGui.QAction(Dialog) + # self.actionExit.setObjectName("actionExit") + # self.actionHelp = QtGui.QAction(Dialog) + # self.actionHelp.setObjectName("actionHelp") + # self.actionAbout = QtGui.QAction(Dialog) + # self.actionAbout.setObjectName("actionAbout") + # self.menuFile.addAction(self.actionItem_1) + # self.menuFile.addAction(self.actionItem_2) + # self.menuFile.addSeparator() + # self.menuFile.addAction(self.actionExit) + # self.menubar.addAction(self.menuFile.menuAction()) + # QtCore.QMetaObject.connectSlotsByName(Dialog) + + + + + + self.retranslateUi(Dialog) + QtCore.QMetaObject.connectSlotsByName(Dialog) + + + + + + def retranslateUi(self, Dialog): + Dialog.setWindowTitle(QtGui.QApplication.translate("Dialog", "Yubico Authenticator", None, QtGui.QApplication.UnicodeUTF8)) + self.progressBar.setFormat(QtGui.QApplication.translate("Dialog", "%vs", None, QtGui.QApplication.UnicodeUTF8)) + self.label.setText(QtGui.QApplication.translate("Dialog", "Time Out", None, QtGui.QApplication.UnicodeUTF8)) + self.pushButton.setText(QtGui.QApplication.translate("Dialog", "Add Account", None, QtGui.QApplication.UnicodeUTF8)) + self.pushButton_2.setText(QtGui.QApplication.translate("Dialog", "Delete Account", None, QtGui.QApplication.UnicodeUTF8)) + self.label_2.setText(QtGui.QApplication.translate("Dialog", "

ACCOUNT

", None, QtGui.QApplication.UnicodeUTF8)) + self.label_3.setText(QtGui.QApplication.translate("Dialog", "

CODE

", None, QtGui.QApplication.UnicodeUTF8)) + self.label_4.setText(QtGui.QApplication.translate("Dialog", "Click to copy; double click copy and minimize", None, QtGui.QApplication.UnicodeUTF8)) + + #retranslate menu + # self.menuFile.setTitle(QtGui.QApplication.translate("Dialog", "File", None, QtGui.QApplication.UnicodeUTF8)) + # self.actionItem_1.setText(QtGui.QApplication.translate("Dialog", "item 1", None, QtGui.QApplication.UnicodeUTF8)) + # self.actionItem_2.setText(QtGui.QApplication.translate("Dialog", "item 2", None, QtGui.QApplication.UnicodeUTF8)) + # self.actionExit.setText(QtGui.QApplication.translate("Dialog", "exit", None, QtGui.QApplication.UnicodeUTF8)) + + + self.update_progressbar() + self.refresh() + + + def update_progressbar(self): + + #compute totp remaining time + totp_window = (30 - int((time.time() % 30))) + + if totp_window < 6: + self.progressBar.setStyleSheet(EXPIRE_STYLE) + self.progressBar.setValue(totp_window) + else: + self.progressBar.setStyleSheet(DEFAULT_STYLE) + self.progressBar.setValue(totp_window) + if totp_window == 30: + self.refresh() + + + + def refresh(self): + + # compute codes and check if the NEO is inserted into the USB + cred_list = yc.execute_command("calculate_all") + + # if None there is no NEO + if cred_list is None: + # close the main window + self.hide_interface() + + else: + + #clear the list at the end of the 30 seconds + self.leftList.clear() + self.rightList.clear() + + for credential in cred_list: + if credential.algorithm == 'totp': + self.leftList.addItem(str(credential.name)) + self.rightList.addItem(str(credential.code)) + + else: + self.leftList.addItem(str(credential.name)) + + self.rightList.addItem('HOTP') + #identify the row and set the tooltip + value = self.rightList.count() + item = self.rightList.item(value-1) + item.setToolTip("Click to generate HOTP") + #icon = QtGui.QIcon(YUBICO_ICON) + #item.setIcon(icon) + + + def addCredential(self): + + #set data structure for the add command + new_account = { + 'KEY_TYPE':None, + 'ACCOUNT_NAME':None, + 'SECRET_KEY':None + } + + #ask the user for new account information + inputbox = ui_addaccount.Ui_AddAccount(new_account) + inputbox.show() + if inputbox.exec_() == 1: + #strip off white spaces + new_account['ACCOUNT_NAME'].replace(" ", "") + new_account['SECRET_KEY'].replace(" ", "") + #run the PUT command + yc.execute_command("put", new_account) + self.refresh() + + + #deletes one credential when the button is pressed! + def delCredential(self): + + #get selected item from the user + item = self.leftList.currentItem() + if not item: + QtGui.QMessageBox.information(QtGui.QWidget(), "Information", "Select 1 credential name on the left panel to delete it") + return + + #ask for confirmation before delete + delete, ok = QtGui.QInputDialog.getText(None, "Warning!", "Type \"delete\" to confirm deletion", QtGui.QLineEdit.Normal) + if delete == "delete": + if yc.execute_command("delete", item.text()): + self.refresh() + else: + print "Warning: Delete unsuccessfull" + + # check must be a BOOLEAN + def hide_interface(self): + self.progress_timer.stop() + + pointer = QtCore.QCoreApplication.instance() + pointer.setQuitOnLastWindowClosed(False) + pointer.closeAllWindows() + + + def closeEvent(self): + #hide the interface and stop timers + self.hide_interface() + + + def itemClicked(self, item): + # 1 click copy the item value as text + # Handle HOTP load and copy + if str(item.text()) == "HOTP": + #get current row + row = self.rightList.currentRow() + #get name from the right list widget + item = self.leftList.item(row) + hotp_name = item.text() + hotp = str(yc.execute_command("calculate", hotp_name)) + if hotp is None: + hotp = "Error" + + #update the item with the generated code + item = self.rightList.item(row) + item.setText(hotp) + + app = QtCore.QCoreApplication.instance() + clipboard = app.clipboard() + clipboard.clear(QtGui.QClipboard.Clipboard) + clipboard.setText(str(item.text()), QtGui.QClipboard.Clipboard) + + + def itemDoubleClicked(self, item): + # 2 clicks copy the item value as text and minimize the interface + # Handle HOTP load copy and hide + if str(item.text()) == "HOTP": + #get current row + row = self.rightList.currentRow() + #get name from the right list widget + item = self.leftList.item(row) + hotp_name = item.text() + hotp = str(yc.execute_command("calculate", hotp_name)) + if hotp is None: + hotp = "Error" + + #update the item with the generated code + item = self.rightList.item(row) + item.setText(hotp) + + app = QtCore.QCoreApplication.instance() + clipboard = app.clipboard() + clipboard.clear(QtGui.QClipboard.Clipboard) + clipboard.setText(str(item.text()), QtGui.QClipboard.Clipboard) + self.hide_interface() diff --git a/yubicoauthenticator/ui_systray.py b/yubicoauthenticator/ui_systray.py new file mode 100644 index 00000000..bd3a9095 --- /dev/null +++ b/yubicoauthenticator/ui_systray.py @@ -0,0 +1,202 @@ +# Copyright (c) 2013-2014 Yubico AB +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +import os +import sys +import time +import ui_main as gl +import yubico_authenticator as yc +import signal + +from PySide import QtCore +from PySide import QtGui + +signal.signal(signal.SIGINT, signal.SIG_DFL) + +YUBICO_ICON = "yubioath-48.png" + + +#FIX FOR PYINSTALLER +if getattr(sys, 'frozen', False): + # we are running in a PyInstaller bundle + basedir = sys._MEIPASS +else: + # we are running in a normal Python environment + basedir = os.path.dirname(__file__) + +# Font fix for OSX Mavericks +if sys.platform == 'darwin': + from platform import mac_ver + if tuple(mac_ver()[0].split('.')) >= (10, 9): + QtGui.QFont.insertSubstitution(".Lucida Grande UI", "Lucida Grande") + + +QtCore.QCoreApplication.setOrganizationName('Yubico') +QtCore.QCoreApplication.setOrganizationDomain('yubico.com') +QtCore.QCoreApplication.setApplicationName('YubiKey Authenticator') + + + +class SystemTrayIcon(QtGui.QSystemTrayIcon): + def __init__(self, parent=None): + QtGui.QSystemTrayIcon.__init__(self, parent) + + + #FIX FOR PYINSTALLER + if getattr(sys, 'frozen', False): + # we are running in a PyInstaller bundle + basedir = sys._MEIPASS + else: + # we are running in a normal Python environment + basedir = os.path.dirname(__file__) + + + #set working dir for the icon else it wont show up when executed from the nsis .lnk + self.setIcon(QtGui.QIcon(os.path.join(basedir, YUBICO_ICON))) + self.iconMenu = QtGui.QMenu(parent) + self.setToolTip('Yubico Authenticator') + + + + appcalc = self.iconMenu.addAction("Show Code") + appinstr = self.iconMenu.addAction("Instructions") + appabout = self.iconMenu.addAction("About") + appexit = self.iconMenu.addAction("Exit") + self.setContextMenu(self.iconMenu) + + self.connect(appcalc, QtCore.SIGNAL('triggered()') ,self.appCalc) + self.connect(appinstr, QtCore.SIGNAL('triggered()') ,self.appInstructions) + self.connect(appabout, QtCore.SIGNAL('triggered()') ,self.appShowAbout) + self.connect(appexit, QtCore.SIGNAL('triggered()'), self.appExit) + + self.show() + + + def appCalc(self): + #return presence and if the neo is password protected + neo, is_protected = yc.check_neo_presence() + #check if the neo is present + if neo: + #check if it is password protected + if is_protected: + #hide icon to avoid double clicks and glitches. + self.hide() + password, ok = QtGui.QInputDialog.getText(None, "Password", "Password:", QtGui.QLineEdit.Password) + self.show() + if ok: + #do soemthing + if yc.unlock_applet(neo, password): + #success! now run the authenticator + #time.sleep(0.5) + self.myapp = Window() + self.myapp.show() + else: + #fail for some reasons + QtGui.QMessageBox.information(QtGui.QWidget(), self.tr("Warning!"), self.tr("Wrong password or applet is corrupted")) + return + else: + QtGui.QMessageBox.information(QtGui.QWidget(), self.tr("Warning!"), self.tr("No password was provided. A password is required to access the Yubico Authenticator.")) + return + #the neo is not protected go on with standard operations! + else: + #time.sleep(0.5) + self.myapp = Window() + self.myapp.show() + else: + #there is no neo + QtGui.QMessageBox.information(QtGui.QWidget(), self.tr("Warning!"), self.tr("No Yubikey NEO found. Please plugin your Yubikey NEO in one of your USB port")) + + + def appShowAbout(self): + QtGui.QMessageBox.information(QtGui.QWidget(), self.tr("Yubico Authenticator"), self.tr(""" + +# Copyright (c) 2013-2014 Yubico AB +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see .""")) + + + def appInstructions(self): + QtGui.QMessageBox.information(QtGui.QWidget(), self.tr("Yubico Authenticator"), self.tr(""" + +This application generates TOTP & HOTP codes. Currently does not support adding HOTP accounts. + +How to use it: + +Plug in your Yubikey NEO in one of the USB port available on your computer. Be sure that you have the Yubico Authenticator applet installed on the Yubikey NEO! + +1) Right click on the Yubico icon (Y) in the task bar + +2) Select "Show codes" + +3) Click once on the displayed values to copy text to the clipboard. Double click to copy text and minimize the window. + +4) To quit the application right click on the Yubico icon (Y) in the taskbar and select Exit.""")) + + def appExit(self): + sys.exit(0) + + + def iconActivated(self, reason): + if reason == QtGui.QSystemTrayIcon.DoubleClick: + self.appCalc() + + + + +# main window class +class Window(QtGui.QWidget): + def __init__(self, parent=None): + super(Window, self).__init__(parent) + #FIX FOR PYINSTALLER + if getattr(sys, 'frozen', False): + # we are running in a PyInstaller bundle + basedir = sys._MEIPASS + else: + # we are running in a normal Python environment + basedir = os.path.dirname(__file__) + + windowIcon = QtGui.QIcon(os.path.join(basedir, YUBICO_ICON)) + self.setWindowIcon(windowIcon) + self.ui = gl.Ui_Dialog() + self.ui.setupUi(self) + + + + def closeEvent(self, event): + #handle the close event (x) top right corner + self.ui.closeEvent() + + + +if __name__ == "__main__": + app = QtGui.QApplication(sys.argv) + app.setQuitOnLastWindowClosed(False) + + trayIcon = SystemTrayIcon() + QtCore.QObject.connect(trayIcon, QtCore.SIGNAL("activated(QSystemTrayIcon::ActivationReason)"), trayIcon.iconActivated) + trayIcon.show() + + sys.exit(app.exec_()) diff --git a/yubicoauthenticator/yubico-logo81.png b/yubicoauthenticator/yubico-logo81.png new file mode 100644 index 0000000000000000000000000000000000000000..43e9c8f80dbe06849dcbe4bd9aefb60b2b197b87 GIT binary patch literal 2203 zcmaJ@XINAB9*$wDASez(5j})a3WO{$5(y9qAdzSYVXF|5BLqlJ$RJ@^W|1LSq!h;m zL2w{$RHE!61dC`nPhVX>4Y1Yu+j6b1sGJXSc!09l;4m=4ep z22%sL%m8r!&5Ou}c(yDR##Y7?DA_QWqq9uFVn=~uAPfxW@=3_4`;AC|%ON5C?P(aA zz!i+(?ui$IKJojQ?D#0Q0|)8s1USlwN&y}yW&tu@G+#uNk&qvCiORj|8jS=#Lc~!d zt$&V{s@ffr!TuF&N;}gH%Qn zat;$26!%ZDlqV80LM#>#(P*huYAeOtLc(w~*1^F+rGdktln9h4jxT1(P<)Z;vH}GZ zv4vcLm<#a%l_Dz)l88x2Wu||Zz!Q9y<%>SGN!c*8j3q#0Z855nmVq?d|A+E;pV1;Q z1NWg5&*6~_JBW^ z&w-?(k7yc==*bs}S$sC=Ng*MXd|NJ;L$u$4*-5q|+u6Gjuvn}cez(I;vK!6~=YS*I z5$p-%WiAC`OL!n(yv*hN!?j<1U1Fz{i4#+?8{|t*G~j%UL-W z{EA$(G8wdLtp7FUxO2`4oN$2GiK!Ng*?3{o{e$=*_;H zN}Oaa!S`IKfvJ|Q-_Tq)gKPI9ye~8QA@pvSTJSLR+~k-tXah@G*5RMg0ER` zGQNwFjRlW|rE2iB11fC5v0ry}5IQUs@x=;RU%$^OwF8 z&z(x;dS~E~-lO~L_3Jk=OXk&TX7zg4?>KD~kY$=;F|NHIrLo9hM;3hDQj?n0wC}9* zlWex_su0TzJ1xyy2Q?GBu!sBtH4u95)fmasO_8A|zW8#=SnC;U$uiD+uLOX<*SuN# zvN7dAC<+z$qsv)z`@@85aOaruZ_iQ-GafN|(=VLAviS$)SS@>k#TXBU%p3_u_Y#6yLjNk&@*u!TC}}y@^ZIpatEiSTA=5@m#kU zW&=MDC(K)7DcTSHd*={0w_olLGfwFHH@bF9=7-4#F@2iMLDpc6{4PR~`!+AQ>cxhi z%Qwj~lj4qO)my*lyu7(K&!}eaC8szU}#sRNhQFX`s ztowP9PhVuh@oJPiOwB@rJtjFlr?OKXIqm!-VdI1W9F4<(*oed*9EC;#H(uv~-xa=w z!yXsqtr2+(r?Ww0Q7c6YrrwPi!|bK*;=|@vdWi7uhNj!1hF8_s*p9)Sj?rfL z1&rxD^-jK^4D8gB6h0oVhu@>6*9EmyNbh zOL3*q@; zb)*&9ocA+~OeEPa*=%!H)JL@#Ms=rBi?83JF1+{YC#%&fhq4eXxyDP+}HkCpV zqQzOYS@4=jM^=&6hr-DB&E^@-{r;-o O1y8qql&iZ#Q~v_=7>f-6 literal 0 HcmV?d00001 diff --git a/yubicoauthenticator/yubico.ico b/yubicoauthenticator/yubico.ico new file mode 100644 index 0000000000000000000000000000000000000000..307cf50e560f36f3df654c73e24d768f89ce45d5 GIT binary patch literal 15086 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 iLqum$b*Yhqf@n>77WP1s3^#S;z3;?DRL@s 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 literal 0 HcmV?d00001 diff --git a/yubicoauthenticator/yubico_authenticator.py b/yubicoauthenticator/yubico_authenticator.py new file mode 100644 index 00000000..dadf4770 --- /dev/null +++ b/yubicoauthenticator/yubico_authenticator.py @@ -0,0 +1,207 @@ +#!/usr/bin/python + +# Copyright (c) 2013-2014 Yubico AB +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +import io +import os +import sys +import hmac +import time +import hmac +import base64 +import struct +import hashlib +import binascii +import argparse + +# Import PBKDF2 function +from pbkdf2 import PBKDF2 + +# Yubikey NEO managment library +import libykneo + +# functions and definitions +import functions + +global neo +neo = None +##################### +#Command line input # +##################### +# parser = argparse.ArgumentParser(description='This is a alpha version of the YubiOATH desktop client.\n') +# parser.add_argument('-r','--reader',help='\nSmartCard reader e.g. "Yubikey NEO"', required=False, default="Yubikey NEO") +# parser.add_argument('-c','--command', help='Specify command:\"list_all\" \"calculate\" \"validate\" \"calculate_all\"', required=True) +# parser.add_argument('-n','--account',help='\nCompute code for this specific account', required=False, default=None) +# parser.add_argument('-t','--time',help='\nTime of totp computation', required=False, default=None) +# parser.add_argument('-p','--password', help='\nPassword to unlock the Yubikey NEO', required=False, default=None) +# args = parser.parse_args() + + +###################### +#commands definition # +###################### +commands = { +'list_all': {'cl':0x00,'ins':0xa1,'p1':0x00,'p2':0x00,'data':None}, +'calculate': {'cl':0x00,'ins':0xa2,'p1':0x00,'p2':0x01,'data':None}, +'validate': {'cl':0x00,'ins':0xa3,'p1':0x00,'p2':0x00,'data':None}, +'calculate_all': {'cl':0x00,'ins':0xa4,'p1':0x00,'p2':0x01,'data':None}, +'unlock': {'cl':0x00,'ins':0xa3,'p1':0x00,'p2':0x00,'data':None}, +'delete': {'cl':0x00,'ins':0x02,'p1':0x00,'p2':0x00,'data':None}, +'put': {'cl':0x00,'ins':0x01,'p1':0x00,'p2':0x00,'data':None} +} + + + +############################## +# connect to the Yubikey NEO # +############################## + + + +def execute_command(command_name, param=None, parm2=None): + global neo + + #################### + # execute commands # + #################### + cmd = commands[command_name] + cred_list = None + + if command_name == 'list_all': + resp = neo._cmd_ok(cmd['cl'], cmd['ins'], cmd['p1'], cmd['p2']) + #tag = resp[0] + #length = resp[1] + + #this calculates all TOTP codes + elif command_name == 'calculate_all': + payload = functions.calc_all_payload() + try: + resp = neo._cmd_ok(cmd['cl'], cmd['ins'], cmd['p1'], cmd['p2'], payload) + + except Exception, e: + + #set the neo to NONE as we need to check for password again + print e + neo = None + return None + + cred_list = functions.parse_response(resp) + + + # this is never used to be implemented + elif command_name == 'unlock': + payload = functions.unlock_applet() + + + # this command deletes 1 entry from the credential list + elif command_name == 'delete': + #prepare payload for the command + payload = functions.delete_payload(param) + try: + resp = neo._cmd_ok(cmd['cl'], cmd['ins'], cmd['p1'], cmd['p2'], payload) + return True + + except Exception, e: + #set NEO at None because it may have been unplugged + neo = None + print e + return False + + elif command_name == "put": + #build the payload for the command + payload = functions.put_payload(param) + try: + resp = neo._cmd_ok(cmd['cl'], cmd['ins'], cmd['p1'], cmd['p2'], payload) + return True + + except Exception, e: + #set NEO at None because it may have been unplugged + neo = None + print e + return False + + elif command_name == "calculate": + payload = functions.calculate_payload(param) + + try: + resp = neo._cmd_ok(cmd['cl'], cmd['ins'], cmd['p1'], cmd['p2'], payload) + hotp = functions.parse_hotp_response(resp) + return hotp + except Exception, e: + #neo = None + print e + return None + + + + else: + print "unknown command" + exit(1) + + + return cred_list + + + +# +# Check if the NEO is plugged in and if it is protected +# +def check_neo_presence(): + global neo + #check if NEO is inserted + if not neo: + try: + neo = libykneo.open_key(None) + #return PRESENCE and PROTECTED + if neo.password_protected: + #PRESENT AND PROTECTED + return neo, True + else: + #PRESENTE BUT NOT PROTECTED + return neo, False + except Exception, e: + print e + #The NEO is not plugged in, protected is not checked + return None, False + else: + if neo.password_protected: + #PRESENT AND PROTECTED + return neo, True + else: + return neo, False + + +# +# Unlock the applet with the provided user password +# +def unlock_applet(neo, password): + + install_id = functions.get_id(neo) #get id + challenge = functions.get_challenge(neo) #get challenge + + key = PBKDF2(password, install_id).read(16) + response = hmac.new(key, challenge, hashlib.sha1).digest() + cmd = commands['unlock'] + payload = functions.unlock_payload(response) + + try: + result = neo._cmd_ok(cmd['cl'], cmd['ins'], cmd['p1'], cmd['p2'], payload) + return True + except Exception, e: + #set the NEO to none as we will need to check for password again + neo = None + print e + return False diff --git a/yubicoauthenticator/yubicoauthenticator.spec b/yubicoauthenticator/yubicoauthenticator.spec new file mode 100644 index 00000000..370f8431 --- /dev/null +++ b/yubicoauthenticator/yubicoauthenticator.spec @@ -0,0 +1,158 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2013-2014 Yubico AB +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + + +import os +import sys +import re +import distutils.core +import errno +from glob import glob +from getpass import getpass + +NAME = "Yubico Authenticator" + +WIN = sys.platform in ['win32', 'cygwin'] +OSX = sys.platform in ['darwin'] + +#if WIN: +# ICON = os.path.join('graphics\\graphics', 'yubico.ico') + +# Read version string +with open('__init__.py', 'r') as f: + match = re.search(r"(?m)^__version__\s*=\s*['\"](.+)['\"]$", f.read()) + ver_str = match.group(1) + + +a = Analysis(['.\\ui_systray.py'], + pathex=['C:\\Users\\JohnDoe\\Desktop\\YubicoAuthenticator\\yubicoauthenticator'], + hiddenimports=[], + hookspath=None, + runtime_hooks=None) +pyz = PYZ(a.pure) +exe = EXE(pyz, + a.scripts, + exclude_binaries=True, + name='Yubico Authenticator.exe', + debug=False, + strip=None, + upx=True, + console=False, + append_pkg=not OSX, + icon='yubico.ico' ) + +coll = COLLECT(exe, + a.binaries, + a.zipfiles, + a.datas, + strip=None, + upx=True, + name='Yubico Authenticator') + +# Read version information on Windows. +VERSION = None +if WIN: + VERSION = 'build/file_version_info.txt' + + ver_tup = tuple(map(int, ver_str.split('.'))) + while len(ver_tup) < 4: + ver_tup += (0,) + assert len(ver_tup) == 4 + + # Write version info. + with open(VERSION, 'w') as f: + f.write(""" +VSVersionInfo( + ffi=FixedFileInfo( + # filevers and prodvers should be always a tuple with four + # items: (1, 2, 3, 4) + # Set not needed items to zero 0. + filevers=%(ver_tup)r, + prodvers=%(ver_tup)r, + # Contains a bitmask that specifies the valid bits 'flags'r + mask=0x0, + # Contains a bitmask that specifies the Boolean attributes + # of the file. + flags=0x0, + # The operating system for which this file was designed. + # 0x4 - NT and there is no need to change it. + OS=0x4, + # The general type of file. + # 0x1 - the file is an application. + fileType=0x1, + # The function of the file. + # 0x0 - the function is not defined for this fileType + subtype=0x0, + # Creation date and time stamp. + date=(0, 0) + ), + kids=[ + StringFileInfo( + [ + StringTable( + u'040904E4', + [StringStruct(u'FileDescription', u'Yubico Authenticator'), + StringStruct(u'FileVersion', u'%(ver_str)s'), + StringStruct(u'InternalName', u'yubicoauthenticator'), + StringStruct(u'LegalCopyright', u'Copyright © 2013 Yubico'), + StringStruct(u'OriginalFilename', u'%(exe_name)s'), + StringStruct(u'ProductName', u'Yubico Authenticator'), + StringStruct(u'ProductVersion', u'%(ver_str)s')]) + ]), + VarFileInfo([VarStruct(u'Translation', [1033, 1252])]) + ] +)""" % { + 'ver_tup': ver_tup, + 'ver_str': ver_str, + 'exe_name': '%s.exe' % NAME + }) + + + + +# Create .app for OSX +if OSX: + app = BUNDLE(coll, + name="%s.app" % NAME, + icon=ICON) + + from shutil import copy2 as copy + copy('resources/qt.conf', 'dist/%s.app/Contents/Resources/' % NAME) + + + + +# fix graphics folder +#import distutils.core +# copy subdirectory example +#fromDirectory = 'C:\\Users\\JohnDoe\\Desktop\\YubicoAuthenticator\\yubicoauthenticator\\graphics' +#toDirectory = 'C:\\Users\\JohnDoe\\Desktop\\YubicoAuthenticator\\yubicoauthenticator\\dist\\Yubico Authenticator\\' +#distutils.dir_util.copy_tree(fromDirectory, toDirectory) +import shutil +shutil.copy2('yubioath-48.png', 'dist/Yubico Authenticator/yubioath-48.png') +shutil.copy2('yubico.ico', 'dist/Yubico Authenticator/yubico.ico') +shutil.copy2('yubico.png', 'dist/Yubico Authenticator/yubico.png') + + +pfx_pass = "yubico" + +if WIN: + import subprocess + subprocess.call(['C:/Program Files (x86)/NSIS/makensis.exe', '-DYUBICOAUTHENTICATOR_VERSION='+ver_str, 'resources\yubicoauthenticator.nsi']) + installer = ("dist\Yubico Authenticator\yubico-authenticator-%s.exe" % ver_str) + subprocess.call(['C:/Program Files (x86)/Microsoft SDKs/Windows/v7.1A/Bin/signtool.exe', 'sign', '/f', 'certificate.pfx', '/p', pfx_pass, '/t', 'http://timestamp.verisign.com/scripts/timstamp.dll', installer]) + print "Installer created: %s" % installer diff --git a/yubicoauthenticator/yubioath-16.png b/yubicoauthenticator/yubioath-16.png new file mode 100644 index 0000000000000000000000000000000000000000..0242e1b7d0082bfddfc4e041eaaa7de504bb356a GIT binary patch literal 991 zcmV<510ei~P)cx{D6ij>7lhBJ7 z4+?^%5fm>~RFs0`pkQlTY8%sM5|eJpnlwpwlI-km_A#@wGqdZdrT$L8%lF;B4xZW% zzka2t0cEN)5}(mR@wC)ZB-1ppoJz|uH;r<&aOR^^pUgbXbUZ%4{PuN!P}P5bVfff! zY+szFQf z<66XHDH@F?W;stl2{Ak{N-P%R&fDdW^#4kQnfFRT*@Ycwo(Qfk!vbg@`O2}o2bWjcJBa&;HSX`(7Y zws-QluE$n>jgg_}iAJMndI-m9fG2m$oqAj{cS}5z?xR>NA%s9x!z?b{BNj~(kUClV zXOXZLCXq-WgrM$qBU&0x(-D$gx2aaEG@1^kX<`@#wX)5vg}<;Yo5N#AXf&%#9e<5f zDn(aU7rLe)3qh;pBd>4fTKI}oDj1{^X&Q|NR^37k1juAE2qDpvNijM)O5LjCHeK8e z7g+=-SBk#uv}#5)(6iq!w<(v)*tU(|^3nA$s;ZJ(d%#OCP7;sD2?m2$mW}IpXpt~& z$u%V;?~JOd3_Lr+hLOedJ=CDU_gZXhZtx(t%)y~UNRouEYusPIMJ6@C)}t*tgnvm~ z`D5FrjQ|r9 z6Z-KJ<7ZVlJlUxwx_dKyqFma;Ydij4wP052rAzmhS3myw``PSc=0CLHnVx(LV~qd+ N002ovPDHLkV1l^<(zO5p literal 0 HcmV?d00001 diff --git a/yubicoauthenticator/yubioath-48.png b/yubicoauthenticator/yubioath-48.png new file mode 100644 index 0000000000000000000000000000000000000000..15343365c6003166a53c56139a2c91c8c039bf98 GIT binary patch literal 4806 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 literal 0 HcmV?d00001