How do I secure individual documents in Lion?

I'm sure this question has been answered but I can't seem to figure out how to secure individual documents in Lion.
Here is what I'm trying to do;
I'm scanning or saving from various sources certain forms or files to Lion and keeping in documents. Which works great, but I can't figure out how to secure these documents individually.
Would someone mind pointing out my error and perhaps recommend a resource where I can learn more of these basic Mac operations?
Thanks gang,

Yes Grasshopper.
(the previous suggestions is good, too)
1. open automator (it's in applications)
2. when it asks you what you want to make, pick service.
3. at the top, where it says "service receives selected", pick files or folders
4. where it says "in", pick Finder.
4.1 on the left, under library, select files & folders
4.2 to the right, pick New Disc Image and drag it over to the right
5. Size: Size disk image to fit contents
6. check encrypt
7. when done: unmount and return the image file
8. close or save the window; give it a name, like "encrypt".
9. try it out. Select the file you want to encrypt in the finder; control click on it to open the contextual menu; scroll down to services, and pick the service you just created.
10. It should make a disc image and ask you to create a password.
11. when you open the disc image, it will ask for the password, and then a virtual disc (looks like a little generic white drive) will open. In that virtual disc will be the decrypted file.
12. you can delete the original file and work from the decrypted version in the virtual disc.
13. When you close the decrypted version and either eject the virual disc (by dragging it to the trash) or restart or shut off your computer, the changes should be saved in the encrypted disc image.
14. let me know how it works.

Similar Messages

  • How can I browse individual documents in iTunes?

    1. What does the Eject symbol do?
    2. Is there a way to open folders to grab individual documents?
    Thanks!

    ckuan,
    So do I have to copy the whole folder each time I want one document?
    Ralph9430,
    How can I get to individual documents? I only see the whole folder. When I double-click on the folder, it will not open the folder.

  • How to open appleworks drawing document in lion?

    How can I open an appleworks drawing document in lion?

    jgcabman wrote:
    How can I open an appleworks drawing document in lion?
    http://www.eazydraw.com/support.htm
    Good Luck
    Pete

  • PDFL - How do you secure a document's permissions AND allow page extraction?

    I was directed here by Adobe technical support.
    I am currently using PDFL 10.1.1 to try to secure a new document's permissions.
    Most of the pdPerm flags work as advertised, and enable/disable given permissions. However, for every possible combination of flags, the permission to "extract pages" remains locked. Even pdPermAll, which is documented as "all permissions," yields a document with page extraction locked.
    Is there a way to secure a document's permissions AND allow page extraction?
    Thanks in advance for your help!

    Hi SarahL,
    According to your post, my understanding is that you want to display a document library with different view as web part on some sites’ pages.
    I recommend that you can follow the steps as below to implement it in your environment.
    Go to your site, create a main document library, create different views on the document library.
    Go to “Library Settings” of the current document library, click “Save document library as template” under the “Permissions and Management” section, check “Include Content” and click “OK”.
    Go to your other sites, create new document libraries based on the new template, create new pages to insert the new document libraries web part, then respectively edit the list view web parts to select different views based on your needs and save the changes
    of the pages.
    Then, the new pages will be like below:
    Best Regards,
    Yumi Fu

  • How do I save a document in Lion that I created in iWork?

    I have documents in pages and numbers that I am able to open since upgrading to Lion, but I cannot save them. I need help.

    Sounds like you did not reinstall iWork from scratch when you migrated from your prior system and it has gone into demo mode.
    Or what you are talking about is that Auto-Save is saving your documents and you can't find Save As in your menu anymore.
    Peter

  • How do I secure a document in Adobe X?

    I can't find this function in the new version, and there doesn't seem to be any documentation that covers it.

    Actually, I seem to be the only one of my colleagues that this has worked for.  Most of us do not have a "Tools" dropdown, and for all of us the Security tab under Properties is uneditable.  On mine, I have access to a small lock icon that functions similarly to the Adobe 9 feature.
    What gives?

  • Confidential documents in KM: How to secure individual employee documents

    Hello KM experts!
    We store W2 documents that we get from a third party as pdf files in a folder in KM. There are a couple of thousand documents every year that we need to store in KM and make them available for employees. The file names are encrypted and consist of a bunch of numbers - you would not be able to tie a document to an employee by looking at the file name.
    The third party company sends us an index file that ties the document name to an employee number.
    We upload this index file to a custom table in SAP backend.
    We have developed a custom web dynpro application that looks up the employee number of the logged in user at runtime and then gets the associated documents from the custom table and displays the W2 statements for that user.
    This is all working according to user requirements.
    Here is our issue:
    The pdf files are all stored in one folder in KM that has read access for group everyone!
    We have disabled the standard navigation iView to ensure nobody can browse the KM folders but the documents itself are still not secure enough.
    One could still view somebody elses W2 statement by constructing the correct URL path - it would be tough getting a hit with the encrypted file names but still possible.
    Any idea on how we could secure the documents better?
    Uploading them to each users personal folder would be an idea but how to go about that? We would need for each year a folder in the personal folder of the user as users can filter W2 statements by year in the custom web dynpro application. In addition we would need to have a program that creates those year folders automatically and based on the index file puts the files into the correct personal folders.
    A quite crazy idea that I have is to create a service specific user and assign read access of the W2 folder and all pdf files to only that user. In the web dynpro application I would then access the pdf files only with that service user but I have no idea if that is even feasible.
    Sorry for the long description of the problem but any help is appreciated.
    I will surely reward points for useful and problem related answers - just dumping some help/SDN links that have nothing to do with the issue will not yield any points!
    Thanks,
    Harald

    Hi Harald,
    so you get as well from me a link at sdn.....
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e2ddd63d-0b01-0010-46bb-e092790068cb
    it is a code sample for Implementing a Read-Only Security Manager.
    And don't forget to reward a lot of points.
    All joking aside.
    The main point is what you have mentioned: defining a repository with read permission to everybody means everybody can access the files even they doen't have a role with an Navigation iView. You can as well use Explorer do enter the WebDAV Url to this repository and everybody can access the pdf files.
    There are a few of conceptionals solutions for your issue.
    One solution could be to implement your own security manager. See the URL with a code sample. You have to assign this security manager to your repository instead of using the aclSecurityManager.
    Your own security manager has to read the portal user name, afterwords the employee numer of your W2 table and have a look in your W2 index table if the user is allowed to open the file.
    The advantage of implementing your own security manager is you can now use every portal / km service and iView. That means you can use TREX for indexing, your can use the KM Navigation iView and so on.
    The disadvantage: for every file in the repository the security manager will be called. That's why this coding (of your security manager) must have a (very) good performance.
    Best Regards
    Frank

  • How to view images in TextEdit documents on Lion, created under an earlier OS

    I have a lot of TextEdit documents with pasted pictures ("Pasted Graphic.pict") from my times on Tiger and a PPC Mac. However when viewing these documents on Lion the pictures won't appear. I can very well open "Package Contents" of the .rtfd files and navigate to the .pict files and view them in iPhoto but not in Preview, let alone in TextEdit on Lion.
    I am moving all my data from Tiger to Lion and need to be able to view the content of my documents on the new platform. Is there a trick -- a converter perhaps? I have searched online and it seems that .pict is deprecated? Please help.
    Thanks in advance,
    -martin

    Good idea, changing the files to PDF. Unfortunately I can only do that on the old system. I apologize - my question should have been "How to convert TextEdit documents with pictures to use them in TextEdit on Lion" -- I mean I can edit the text and delete the images on Lion but without seeing the pictures I am missing the context of the document's information.
    I cannot believe that I'm the only guy here with this problem. Did I paste images into TextEdit in a weird way so that I have problems now? TextEdit is THE text editor on the Mac and it seems strange to me that I cannot easily move it's data from one platform to another.
    I skipped Leopard and SnowLeopard - perhaps that's why I'm out of luck now

  • How can I convert a secure pdf document into word?

    How can I convert a secure pdf document into word?

    Hi,
    Please refer to below mentioned article:
    http://forums.adobe.com/docs/DOC-1515
    ~PRanav

  • How do i unprotect a document on a Ipad 2

    How do i unprotect a document on a Ipad 2?
    Some documents is unprotected but as soon as I open them up the edit function become not available anymore associated with the "lock" picture in the file name.
    This is SO annoying!!!?.
    Please help

    Would you explain what you mean by the "edit" function?  What are you trying to do?  Are you trying to edit existing annotations (sticky notes, highlight, freehand drawing, handwritten signature, etc.) or fill in a form?
    Would you check the document permissions of your PDF document on the desktop version of Adobe Reader?  (Sorry, you cannot get this information in Adobe Reader for iOS on your iPad.)
    Open your PDF document in the desktop version of Adobe Reader on a Windows or Mac computer.
    Press Command+D for Mac or Control+D for Windows to bring up the Document Properties dialog.
    Click the Security tab near the top of the dialog.
    Take a screenshot of the dialog.
    Add the screenshot to your next forum reply.  How do I insert an image or video and attach a file?
    Please do NOT send the screenshot as an attachment in email.  The Adobe forums do not accept file attachments.
    The Document Properties dialog has two sections.
    In the first section (Document Security), what is the value for "Security Method"?
    In the second section (Document Restrictions Summary), what are the items marked as "Not Allowed"?
    Here's the sample screenshot of the Document Properties dialog in Adobe Reader XI on Mac.
    Based on the document restrictions, we should be able to tell you whether or not you can perform the operation that you want.
    Thank you.

  • How do you highlight multiple documents rapidly, rather than having to click on the document and on "command" one at a time?

    How do you highlight multiple documents rapidly, rather than having to click on the document and on "command" one at a time? Right now, when I'm trying to highlight documents to export, I have to click on each document individually. Is there a way to highlight one document while scrolling down the list until all desired documents are highlighted? I would like to rapidly be able to do this to save time when I am exporting or saving multiple files from my documents to an external drive, CD-Rom or cloud storage.

    Click on the first item
    Hold the Shift key
    Click on the Last Item.
    All the items in between will be selected.

  • How can I merge documents with layout written with pages? How can I copy pages-document with layout and paste it into another pages document?

    Hi
    I am working with pages for a book and have made already a layout whre photos and graphs etc. are partly outside of the area for the text, their posotion is not fixed the the text.
    And now I nedd support: When I add text or a photo to the layout the text moves and the unfixed photos etc. keep there position. This means I have to update each photo or graph to shift it to the new position ore I have to place photos etc. within the frame of the text, which is not the kind of layout I am going for.
    I hope for two reliefs, which I do not know how to realize it.
    1. If I specify each chapter as a new partition starting with own page (then I hoped) the new section would shift together into a new page and the positions of photos etc. and text would stay fix. But unfortunately this seeems not to be the case. Question: is this possibe orno? If yes, how to do it?
    I could divede the whole txt chapter by chapter into individual documents, which are seperatly created and worked. At the end I would have to merge all this document into one. Is it possibe to merge different pages-document into one document?
    Who can help me?
    Thanks Hartmut

    Images and other object can either be floating or be inline. Yours are floating and will not move with the text. Inline object will move with the text but can't be outside the text layer. It doesn't help if you have created section in the document. Floating images doesn't care. Nor will it help if you create several documents that you want to merge later. Doesn't make any difference.
    My suggestion is that until your text is finished you have the images inline. Then as a last editing you can start make the images floating and move them a little.

  • How to restrict separate payment document for each line item in APP

    HI Experts
    PLs let me know how to restrict separate payment document for each line item in APP
    Thanks
    Sneha
    Edited by: Sneha R on Apr 14, 2009 4:18 PM

    Sneha,
    If your query was to group items for payment ,in FBZP  co code data for payment method there are 2 options 1.group payment for marked items 2.payment per due date.
    Also in the Vendor master there is a flag which will ensure that each item is paid individually,if this is what you were looking for  ( FK02 change vendor).
    In case you want to group items to be paid together Payment Grouping Key can be assigned in Vendor Master .
    Shony

  • Adobe Reader Crashes while opening Secure PDF Documents

    Hi,
    I have Adobe Reader 8.1.2. Up until today, i was able to open secure PDF documents without any issue. Suddenly, it started to give me errors, saying "Adobe Reader has encountered a problem and it needs to close. I have to tell Microsoft" and so on...
    I tried re-installing 8.1.0, secure documents opened a few times and then the same problem returned. I can open normal PDF documents but the problem is with the secure ones.
    Rebooting, re-installing again didn't help.
    What could be the issue and how to solve it? I have Trend Micro Antivirus s/w but i always had them all these days and everything was fine.
    Thanks
    anand

    Hi,
    Can someone help me on this please?
    I have tried removing Adobe Reader, re-install it but doesn't help. Secure documents do open sometimes but fail again. I have even tried removing Adobe Reader using MSI Cleanup Utility, no use.
    The problem seems to be in the imapdb.dll. An error report is generated by Windows XP but it is rather large to fit in here.
    I also Trend Micro Anti-Virus tool and it may have something to do with it is what i feel.
    Any help on how to solve this will be great.
    Thanks
    Kripaludas

  • How do I save a document created in pages in iphoto?

    How do I save a document created in pages in iphoto?

    Thanks, I will try that process.
    I used to be able to convert Pages document easily to iPhoto before I upgraded to Lion.  Used to be able to go to: File > Print> PDF (bottom left corner of print dialog box)>Save as PDF to iPhoto.
    Now if I do that I have option to save as PDF to iTunes but not to iPhoto.
    The advantage of saving Pages to iPhoto was that it was very easy to send email of collages of photos created in Pages.

Maybe you are looking for

  • Need help with threads?.. please check my approach!!

    Hello frnds, I am trying to write a program.. who monitors my external tool.. please check my way of doing it.. as whenever i write programs having thread.. i end up goosy.. :( first let me tell.. what I want from program.. I have to start an externa

  • How to fetch Comments field of company instruction of PA30 TCode

    I need to display comments field of PA30 TCode of company instruction in infoset. It is a cluster table RP50M field (TEXT1) . Kindly help me to get this field in infoset which is based on logical database PNPCE.

  • Park inbound EDI Invoices on iDoc failure from a workflow?

    Hello all, We have seen note 501524 that talks about parking inbound invoices by default. Our situation is this. We are expanding our use of EDI for inbound invoices. As such we would like to automate the validations steps as much as possible. To dat

  • Export (AVI) project to a DV ???

    I created a project inside iMovie4, from AVI clips (from my digital photo camera). I can burn that project on a DVD, that's fine, but iMovie says i cannot export it to a DV, because it's not the same kind of clips than the DV. Any solution ??? I've e

  • Grid of circles...

    I was just wondering what would be the easiest (yet most efficient) way of creating a grid of circles? Like a grid layout of drawOvals. Is this possible? I have only been taught GridLayout, FlowLayout and BorderLayout managers. The goal is to set eac