1The Blowfish portions are under the following license: 2 3Blowfish block cipher for OpenBSD 4Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> 5All rights reserved. 6 7Implementation advice by David Mazieres <dm@lcs.mit.edu>. 8 9Redistribution and use in source and binary forms, with or without 10modification, are permitted provided that the following conditions 11are met: 121. Redistributions of source code must retain the above copyright 13 notice, this list of conditions and the following disclaimer. 142. Redistributions in binary form must reproduce the above copyright 15 notice, this list of conditions and the following disclaimer in the 16 documentation and/or other materials provided with the distribution. 173. The name of the author may not be used to endorse or promote products 18 derived from this software without specific prior written permission. 19 20THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 21IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 22OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 23IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 24INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 25NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 26DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 27THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 29THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30 31 32 33The bcrypt_pbkdf portions are under the following license: 34 35Copyright (c) 2013 Ted Unangst <tedu@openbsd.org> 36 37Permission to use, copy, modify, and distribute this software for any 38purpose with or without fee is hereby granted, provided that the above 39copyright notice and this permission notice appear in all copies. 40 41THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 42WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 43MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 44ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 45WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 46ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 47OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 48 49 50 51Performance improvements (Javascript-specific): 52 53Copyright 2016, Joyent Inc 54Author: Alex Wilson <alex.wilson@joyent.com> 55 56Permission to use, copy, modify, and distribute this software for any 57purpose with or without fee is hereby granted, provided that the above 58copyright notice and this permission notice appear in all copies. 59 60THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 61WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 62MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 63ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 64WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 65ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 66OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 67