From 5f4c3b5161c2ed9cbc83162d10df73e47c6a4b02 Mon Sep 17 00:00:00 2001 From: "QliXeD [Ezequiel Brizuela]" Date: Sun, 19 Mar 2017 04:02:46 -0300 Subject: [PATCH] Removed some unwanted files --- LICENSE | 21 --------------------- README.md | 2 -- memwiper/.tests.txt.swp | Bin 12288 -> 0 bytes share/man/man1/ipython.1.gz | Bin 1039 -> 0 bytes tests.txt | 13 ------------- 5 files changed, 36 deletions(-) delete mode 100644 LICENSE delete mode 100644 README.md delete mode 100644 memwiper/.tests.txt.swp delete mode 100644 share/man/man1/ipython.1.gz delete mode 100644 tests.txt diff --git a/LICENSE b/LICENSE deleted file mode 100644 index e50ebb4..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2017 QliXeD - Ezequiel Hector Brizuela - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index 3f6163d..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# pymemwiper -Wipe, scrub and make forget the contens of that string that have sensitive data. diff --git a/memwiper/.tests.txt.swp b/memwiper/.tests.txt.swp deleted file mode 100644 index 91e362f66c2e40338eaefb60b0f5c97b0af09693..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12288 zcmeI&Jxjwt7zgmDZUu`)aZh!KUDBq4xMbHsw~8-Ql12?QB+Xs0E{YB=9o%#gaq$zl z+TFazDrra#nq7eM4E*>cp)~^j>`4K3|zG&u02uvtY zYA!eQs3>!@%?ZcjatJ^G0uX=z1Rwwb2tXju0x~GjDNkT3okS_^3qyUniw*)1 zfB*y_009U<00Izz00bZafgB2${C~eVL$t$*|Nm#-|DU}7!g=C6aBex*oGZ=+C*t^= zJ()?BVGBcj?cWXV`)@bB!Da8` I@oe-?UzcHOpa1{> diff --git a/share/man/man1/ipython.1.gz b/share/man/man1/ipython.1.gz deleted file mode 100644 index 5ab6b026198f07c818861fccbd85881c1ba9d8a3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1039 zcmV+q1n~PGiwFqs)Lm8r18H!1bZBpGE-?U&Rbg-2HW2;JUvUTqIPGM49yV+UiUMxp zASxEev%CVqJfxI#ve-(bKvMDa?{_36+iCM*h5^aEyLa#2-O=&x0{++M4*Lj}_lxWF z3Z`$TAhjw>_r_v^xE0!1Xu0MMTGSD&7Wc~tOr^TIfDD1xHRQZC-aExy$>Q8SU0!dK zht+w+eENF?4e#moFay(N26HQv^a#pUs80X}xb`{J0gEdzh!iO=e|r=8=ll(ew|9`N zAGdc8E11K@$FA;S{%Zt3|1_Upc*u2)+z?3drK3`8B@7hYQt}EVK2tW0&%y|~C!2?F z`5t2z8fsDvg4d+sxmG5EQn{ECHOd^Xyi+WzQO`mcp4A9d-%b;O=pjCcLs}yxjwFYx3zM=HOn(5I> zc&IIq2_e(SzXk`>!aMo?%t8J*2W(o~d)L6hsWpf?H7(|%6!}rgQ$u|Pd#CeLI0z}y zyOF~%B~T$Rjug}M%uJ)lb^n^eOx`P(}=yMru8vR7fj(5HvZw zv#O!_%Yn48inO~Fl8F0WsLs+WEn3k_-iVy3>Jzzn3a zm?`x&fD+K9%J5!SqHOPH$|U`z1@ zmb|MiBe);#9`2X3c&ts7a7ymdk-E;E$|#8cqw46wmtH1EBs2sIc;^!t=BX0+jZy4SV4;q9r;R}uYa zS*}l3H&^2zutJ?0KBR=4Za<5YFkDy&3zN4`Av$jR$p9P*bzIqr+ibvi8Ym4iEdC<< zCOzsvf*-W77A0i8FJZLY(7#o!+J;sEw#XZJS6SPdtJ!Q%I&@h~t(Xmj$LIT){RePY JU6%?7008$I`_TXZ diff --git a/tests.txt b/tests.txt deleted file mode 100644 index 562bee1..0000000 --- a/tests.txt +++ /dev/null @@ -1,13 +0,0 @@ -import memwiper -scs='你好朋友!' -s1b='Hola amigo!' -memwiper.wipeit(s1b) -memwiper.wipeit(scs) -quit() - -import memwiper -s1='Hola amigo!' -s2=s1 -memwiper.wipeit(s1) - -