forked from fruiz500/PassLok-Privacy
-
Notifications
You must be signed in to change notification settings - Fork 0
PassLok privacy app
License
taltman/passlok
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
README for PassLok Github page PassLok is a privacy app that implements public key cryptography functions on a browser. These are the principles guiding the design of PassLok: o Perfect portability. Runs on any computer or mobile device. o Completely self-contained so it runs offline. No servers. o Nothing should be installed. No required secrets saved. o Highest-level security at every step. No compromises. o Easy to understand and use by novices. Graphical interface, as clean and simple as possible. No cryptographic jargon. Because of this, PassLok is pure html code consisting mostly of javascript instructions. Its cryptography code is based on the SJCL code, also on Github. It uses AES for symmetric encryption and elliptic curves (NIST-521 curve) for the public-key functions. PassLok was started as URSA, also by F. Ruiz, and developed privately up to version 1.3.03, made on 8/15/13. Commits on Github begin seriously with this version. License Copyright (C) 2014 Francisco Ruiz 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 <http://www.gnu.org/licenses/>. Acknowledgements PassLok contains and/or links to code from a number of open source projects, some of them on GitHub, including the Stanford JavaScript Cryptography Library (SJCL), scrypt.js, secrets.js, and others. Cryptography Notice This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See <http://www.wassenaar.org/> for more information. The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.
About
PassLok privacy app
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published