aboutsummaryrefslogtreecommitdiffstats
path: root/docs/limitations.rst
blob: 423a55b9f536c95c636c6b938256e1860c1d5c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Known security limitations
--------------------------

Lack of secure memory wiping
============================

`Memory wiping`_ is used to protect secret data or key material from attackers
with access to uninitialized memory. This can be either because the attacker
has some kind of local user access or because of other softwares use of
uninitialized memory.

Python exposes no API for us to implement this reliably and as such most
software in Python is vulnerable to this attack. However we do not currently
believe this to be particularly high risk issue for most users.

.. _`Memory wiping`:  http://blogs.msdn.com/b/oldnewthing/archive/2013/05/29/10421912.aspx