Clipboard Access

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
User avatar
Ranguna259
Party member
Posts: 911
Joined: Tue Jun 18, 2013 10:58 pm
Location: I'm right next to you

Re: Clipboard Access

Post by Ranguna259 »

DaedalusYoung wrote:Is it just me, or is random clipboard access, for any application a huge security breach?
Why would you say that ? All applications in your computer have access to your clipboard.
LoveDebug- A library that will help you debug your game with an on-screen fully interactive lua console, you can even do code hotswapping :D

Check out my twitter.
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: Clipboard Access

Post by bartbes »

Ranguna259 wrote: Why would you say that ? All applications in your computer have access to your clipboard.
Yet your clipboard should never contain sensitive data in the first place.
User avatar
Ranguna259
Party member
Posts: 911
Joined: Tue Jun 18, 2013 10:58 pm
Location: I'm right next to you

Re: Clipboard Access

Post by Ranguna259 »

Precisely
LoveDebug- A library that will help you debug your game with an on-screen fully interactive lua console, you can even do code hotswapping :D

Check out my twitter.
User avatar
DaedalusYoung
Party member
Posts: 413
Joined: Sun Jul 14, 2013 8:04 pm

Re: Clipboard Access

Post by DaedalusYoung »

Ranguna259 wrote: Why would you say that ? All applications in your computer have access to your clipboard.
Because I was under the impression clipboard could not be accessed by other applications. A part in memory that can share its contents when the user requests, not when an application requests.
bartbes wrote: Yet your clipboard should never contain sensitive data in the first place.
Well that's news to me, everybody's going on about security in cookies, but clipboard is thought to be safe.
jjmafiae
Party member
Posts: 1331
Joined: Tue Jul 24, 2012 8:22 am

Re: Clipboard Access

Post by jjmafiae »

DaedalusYoung wrote: Well that's news to me, everybody's going on about security in cookies, but clipboard is thought to be safe.
just eat those damn cookies and then there's no problem.


are appdata the clipboard on windows?
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: Clipboard Access

Post by Nixola »

jjmafiae wrote:are appdata the clipboard on windows?
The clipboard is the 'place' where text goes when it's copied (as well as other data types) and from where it's read when it's pasted. It only exists in the RAM, I think
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
jjmafiae
Party member
Posts: 1331
Joined: Tue Jul 24, 2012 8:22 am

Re: Clipboard Access

Post by jjmafiae »

Nixola wrote:
jjmafiae wrote:are appdata the clipboard on windows?
The clipboard is the 'place' where text goes when it's copied (as well as other data types) and from where it's read when it's pasted. It only exists in the RAM, I think
i use it to store pictures of cats and dogs, and löve uses it for things too.
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 3 guests