Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6540755
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T11:01:06+00:00 2026-05-25T11:01:06+00:00

I am using the writeToFile:atomically: method to write some encrypted data to a text

  • 0

I am using the writeToFile:atomically: method to write some encrypted data to a text file. The problem is, the file it needs to be saved as must be the file the user encrypts, with the extension I choose. Here is what I have so far:

[encryptedData writeToFile:[[NSHomeDirectory() stringByAppendingPathComponent:@"Desktop"] 
    stringByAppendingPathComponent:@"encryptedfile.txt.kry"] atomically:YES];
                                           ^//fileName here

As you can see, the encrypted filename is hardcoded as encryptedfile.txt.kry. But say the user selects the file “test.avi” to encrypt, the encrypted file that is written to the desktop should be named test.avi.kry. So there should be ofType:, like in NSBundle. I know there are some NSString methods here that I can use, but have forgotten.

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T11:01:07+00:00Added an answer on May 25, 2026 at 11:01 am

    Can’t you just append the .kry onto the filename?

    If you have the path, and just want the filename, you can use - (NSString *)lastPathComponent:

    NSString *filename = [filePath lastPathComponent];
    [encryptedData writeToFile:[[NSHomeDirectory() stringByAppendingPathComponent:@"Desktop"] 
        stringByAppendingPathComponent:[filename stringByAppendingString:@".kry"] atomically:YES];
    

    If you want the filename without the extension you can use - (NSString *)stringByDeletingPathExtension:

    NSString *filename = [[filePath lastPathComponent] stringByDeletingPathExtension];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Whenever I write to a file (using methods such as `NSArray writeToFile:atomically:, I first
Using C# .NET 3.5 and WCF, I'm trying to write out some of the
I'm trying to overlay an image with some text using PyObjC, while striving to
I am using this code to write to a file in java. it has
I write my debug information to a file using a separate thread. During startup,
I am attempting to pull some information from my tnsnames file using regex. I
I am trying to save an NSMutableArray containing text to a plist file using
I am using the following code to create a text file using javascript and
Image was taken using an UIImagePickerController. [UIImagePNGRepresentation(image) writeToFile:imageFilePath atomically:YES]; The size of the image
File is sent to the client using Response.writefile and content diposition as inline. When

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.