File: encryption.rst

package info (click to toggle)
psychopy 2020.2.10%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 44,056 kB
  • sloc: python: 119,649; javascript: 3,022; makefile: 148; sh: 125; xml: 9
file content (13 lines) | stat: -rw-r--r-- 568 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13

Encryption
============

Some labs may wish to better protect their data from casual inspection
or accidental disclosure. This is possible within PsychoPy using a separate
python package, pyFileSec, which grew out of PsychoPy. pyFileSec is distributed
with the StandAlone versions of PsychoPy, or can be installed using pip or easy_install
via https://pypi.python.org/pypi/PyFileSec/

Some elaboration of pyFileSec usage and security strategy can be found here: http://pythonhosted.org/PyFileSec

Basic usage is illustrated in the Coder demo > misc > encrypt_data.py