passnote | Encrypted data store application using Phalcon PHP | Encryption library
kandi X-RAY | passnote Summary
kandi X-RAY | passnote Summary
passnote is a PHP library typically used in Security, Encryption applications. passnote has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Passnote is designed to encrypt and manage data in a safer manner than storing your secrets in plain text. Data in Passnote is encrypted ¹, however the total security of the data you choose to store in Passnote is dependent on a number of external factors including the server environment it runs in and the passwords used for accounts and keys. Ideally Passnote shouldn't be exposed directly to the internet. If you're accessing Passnote over the internet it must be over an encrypted connection (eg. HTTPS, SSH tunnel), and the following headers should be configured at a web server level:. You probably want to consider not using this project other than as a Phalcon PHP demo - it's just a toy and the security knowledge of the author is limited. ¹ Objects in Passnote are each encrypted using 256 bit AES in CBC mode with a random 32 byte key. The random key for of each object is encrypted using an RSA key and stored alongside the encrypted content. Generated RSA keys are 4096 bit by default. Remember that objects are only as safe as the password on the RSA key associated with them.
Passnote is designed to encrypt and manage data in a safer manner than storing your secrets in plain text. Data in Passnote is encrypted ¹, however the total security of the data you choose to store in Passnote is dependent on a number of external factors including the server environment it runs in and the passwords used for accounts and keys. Ideally Passnote shouldn't be exposed directly to the internet. If you're accessing Passnote over the internet it must be over an encrypted connection (eg. HTTPS, SSH tunnel), and the following headers should be configured at a web server level:. You probably want to consider not using this project other than as a Phalcon PHP demo - it's just a toy and the security knowledge of the author is limited. ¹ Objects in Passnote are each encrypted using 256 bit AES in CBC mode with a random 32 byte key. The random key for of each object is encrypted using an RSA key and stored alongside the encrypted content. Generated RSA keys are 4096 bit by default. Remember that objects are only as safe as the password on the RSA key associated with them.
Support
Quality
Security
License
Reuse
Support
passnote has a low active ecosystem.
It has 4 star(s) with 0 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
passnote has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of passnote is current.
Quality
passnote has no bugs reported.
Security
passnote has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
passnote is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
passnote releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed passnote and discovered the below as its top functions. This is intended to give you an instant insight into passnote implemented functionality, and help decide if they suit your requirements.
- Run mcrypt encryption
- Attempt to login a user
- Create a new account
- Execute console command
- Lists the versions of an object
- Create schema_patches table
- Before dispatching the session
- Get the sibling of this object .
- Store a RSA key on a key
- Profiling kdf2 .
Get all kandi verified functions for this library.
passnote Key Features
No Key Features are available at this moment for passnote.
passnote Examples and Code Snippets
No Code Snippets are available at this moment for passnote.
Community Discussions
Trending Discussions on passnote
QUESTION
how to move from a page to anthor page by jquery mobile (NOT by href)
Asked 2017-Apr-05 at 17:47
my code is like this :
...ANSWER
Answered 2017-Apr-05 at 17:47Simply,
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install passnote
Step by step installation instructions can be found in docs/installation.md. In general, to run Passnote you'll need:.
PHP 7.0 configured with --with-openssl (this is normal)
Phalcon PHP >= 3.4.0
A database. The schema for MySQL is in docs/mysql/schema.sql, though Phalcon supports other databases
Composer
A web server with the document root set to the project's public directory and set up to pass unresolved requests through to public/index.php. The built-in PHP web sever can be used for development by running php -S 127.0.0.1:8000 in the public/ directory.
Node JS and NPM to run most of the interface toolkit
LESS compiler lessc
Bower to install JavaScript and CSS dependencies: bower
PHP 7.0 configured with --with-openssl (this is normal)
Phalcon PHP >= 3.4.0
A database. The schema for MySQL is in docs/mysql/schema.sql, though Phalcon supports other databases
Composer
A web server with the document root set to the project's public directory and set up to pass unresolved requests through to public/index.php. The built-in PHP web sever can be used for development by running php -S 127.0.0.1:8000 in the public/ directory.
Node JS and NPM to run most of the interface toolkit
LESS compiler lessc
Bower to install JavaScript and CSS dependencies: bower
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page