Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
encrypt entire project
#1
Hi,
I'm looking for a method to encrypt an entire project in Python.
I've already seen "sourcedefender", but it encrypts only .py files. If I needed to encrypt, for example, also jpg file inside a project?
How can I do?

Thanks
Reply
#2
tar everything and then encrypt tar file.
Reply
#3
(Jul-20-2020, 04:36 PM)Larz60+ Wrote: tar everything and then encrypt tar file.

No, because I would like the code to work, and not just a "static" tar file.
I would a "main" with some API, and the rest of the code encrypted, included the "jpg" file.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  encrypt data in json file help jacksfrustration 1 216 Mar-28-2024, 05:16 PM
Last Post: deanhystad
  Make entire script run again every 45 mo NDillard 0 323 Jan-23-2024, 09:40 PM
Last Post: NDillard
  Encrypt and decrypt in python using own fixed key SriRajesh 3 4,856 Feb-20-2022, 01:18 PM
Last Post: dboxall123
  Reiszing figure to occupy entire frame fishbackp 0 1,380 Jan-06-2022, 10:33 PM
Last Post: fishbackp
  How to get OpenCV to display entire camera frame? George713 1 3,270 Aug-12-2021, 02:45 AM
Last Post: Pedroski55
  How to apply a class method to an entire dataframe column tirtha9 1 5,144 Jan-03-2021, 04:44 AM
Last Post: klllmmm
  2d Array adds last element to entire list waiteup 2 2,095 Nov-19-2020, 08:25 PM
Last Post: bowlofred
  Trying to encrypt and decrypt password into a file rpizw 4 3,300 Aug-12-2020, 05:15 PM
Last Post: bowlofred
  Using OpenPyXL How To Read Entire Column Into Dictionary jo15765 1 2,686 Jun-08-2020, 04:10 AM
Last Post: buran
  Paul Rubin p3.py lightweight encrypt/decrypt - is there a python3 version? mason28 0 1,618 Feb-19-2020, 03:38 AM
Last Post: mason28

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020